added forward declaration of TriMesh

This commit is contained in:
ganovelli 2006-12-04 11:17:42 +00:00
parent be32d9ab13
commit 5a19b99039
1 changed files with 5 additions and 0 deletions

View File

@ -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 >