From 5a19b99039a18f57ebafc3e0a3c34d57a5811e26 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 4 Dec 2006 11:17:42 +0000 Subject: [PATCH] added forward declaration of TriMesh --- vcg/simplex/vertexplus/component_ocf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vcg/simplex/vertexplus/component_ocf.h b/vcg/simplex/vertexplus/component_ocf.h index 137df2a7..3ed1b951 100644 --- a/vcg/simplex/vertexplus/component_ocf.h +++ b/vcg/simplex/vertexplus/component_ocf.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.7 2006/11/07 17:22:52 cignoni +many gcc compiling issues + Revision 1.6 2006/11/07 15:13:57 zifnab1974 Necessary changes for compilation with gcc 3.4.6. Especially the hash function is a problem @@ -278,6 +281,8 @@ public: } // end namespace vert +template < class, class > class TriMesh; + namespace tri { template < class VertexType, class FaceContainerType >