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);