From 5e3a9f5460f723f6ab590536b821904b9eab8043 Mon Sep 17 00:00:00 2001 From: ponchio Date: Fri, 2 Jul 2004 13:09:57 +0000 Subject: [PATCH] *** empty log message *** --- apps/nexus/mfhash.h | 5 ++++- apps/nexus/ply2crude/ply2crude.cpp | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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;