From 011e4db7d2b320c78ca7893d15019c71a33b4a6b Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 10 Jul 2007 07:48:41 +0000 Subject: [PATCH] changed a template >> into > > --- wrap/io_edgemesh/export_svg.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrap/io_edgemesh/export_svg.h b/wrap/io_edgemesh/export_svg.h index 86299b4e..6c7a88ab 100644 --- a/wrap/io_edgemesh/export_svg.h +++ b/wrap/io_edgemesh/export_svg.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.9 2007/07/10 06:58:31 cignoni +added a missing typename + Revision 1.8 2007/07/09 15:36:40 andrenucci fix bug with exporting of translate plans @@ -334,7 +337,7 @@ public: v1.Normalize(); Point3d v2 = v1 ^ props.projPlane()->Direction(); //Global points - vector>* glb; + vector >* glb; std::vector pts; pts.clear(); Point2f pmin(100000000.0f, 100000000.0f);