diff --git a/apps/nexus/mfhash.h b/apps/nexus/mfhash.h index 19102385..0b75a74c 100644 --- a/apps/nexus/mfhash.h +++ b/apps/nexus/mfhash.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2004/07/01 21:34:29 ponchio +*** empty log message *** + Revision 1.1 2004/06/24 14:32:45 ponchio Moved from wrap/nexus @@ -75,7 +78,7 @@ class MFHash { void Clear(); unsigned int Size(); void Close(); - private: + VFile buffer; unsigned int space; }; diff --git a/apps/nexus/ply2crude/ply2crude.cpp b/apps/nexus/ply2crude/ply2crude.cpp index 05795868..bdce79a9 100644 --- a/apps/nexus/ply2crude/ply2crude.cpp +++ b/apps/nexus/ply2crude/ply2crude.cpp @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/06/23 00:08:05 ponchio +Created + ****************************************************************************/ @@ -32,7 +35,8 @@ $Log: not supported by cvs2svn $ #include #include #include -#include +#include "../crude.h" + using namespace std; using namespace vcg; using namespace vcg::ply;