From 54d5f9c148555d0c1e429282bb96a7e6e5edd9b3 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 26 Jan 2005 22:44:51 +0000 Subject: [PATCH] Resolved scoping of constant of OFF codes --- wrap/io_trimesh/import_off.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/wrap/io_trimesh/import_off.h b/wrap/io_trimesh/import_off.h index 3d1e939b..4e643943 100644 --- a/wrap/io_trimesh/import_off.h +++ b/wrap/io_trimesh/import_off.h @@ -24,6 +24,10 @@ History $Log: not supported by cvs2svn $ +Revision 1.5 2005/01/18 12:35:18 rita_borgo +Added #include +it was giving problems with Allocator:: + Revision 1.4 2005/01/03 11:18:24 cignoni changed a .. rfind('OFF') .. in rfind("OFF") and added some casts @@ -103,7 +107,7 @@ namespace vcg std::ifstream stream(filename); if (stream.fail()) - return OFFCodes::CantOpen; + return CantOpen; std::vector< std::string > tokens; TokenizeNextLine(stream, tokens); @@ -151,7 +155,7 @@ namespace vcg for (unsigned int i=0; i