diff --git a/vcg/space/box3.h b/vcg/space/box3.h index 7aa0b30a..d446b16f 100644 --- a/vcg/space/box3.h +++ b/vcg/space/box3.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.4 2004/03/03 14:32:13 cignoni +Yet another cr lf mismatch + Revision 1.3 2004/02/23 23:44:21 cignoni cr lf mismatch @@ -296,7 +299,7 @@ public: template inline Box3 Construct( const Box3 & b ) { - return Box3(Point3::Construct(b.min),Point3::Construct(b.max)); + return Box3(Point3::Construct(b.min),Point3::Construct(b.max)); } }; // end class definition