opnsense-ports/graphics/sharpconstruct/files/patch-include-Optimized.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
367 B
C++

--- include/Optimized.h.orig Sat Dec 31 06:26:59 2005
+++ include/Optimized.h Thu Oct 11 02:07:55 2007
@@ -193,7 +193,7 @@
void Normalize( Point3D& );
typedef Point3D Normal3D;
- typedef std::vector< Point3D, Align< Point3D > > Point3DVector;
+ typedef std::vector< Point3D > Point3DVector;
void Normalize( Point3DVector& );
/*class Point3DVector