From db05ba42821206894f8249dd9aeb9d542daa26e9 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Tue, 28 Sep 2004 15:24:56 +0000 Subject: [PATCH] DUMMY classes definition moved into vcg namespace --- vcg/simplex/vertex/base.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/vcg/simplex/vertex/base.h b/vcg/simplex/vertex/base.h index 99c9ed37..79cfbd08 100644 --- a/vcg/simplex/vertex/base.h +++ b/vcg/simplex/vertex/base.h @@ -23,6 +23,9 @@ /**************************************************************************** History $Log: not supported by cvs2svn $ +Revision 1.18 2004/08/25 15:15:27 ganovelli +minor changes to comply gcc compiler (typename's and stuff) + Revision 1.17 2004/07/20 15:24:53 pietroni corrected NormalizedNormalV function... @@ -45,6 +48,9 @@ Revision 1.12 2004/05/10 13:31:13 ganovelli function for edge adjacency added $Log: not supported by cvs2svn $ +Revision 1.18 2004/08/25 15:15:27 ganovelli +minor changes to comply gcc compiler (typename's and stuff) + Revision 1.17 2004/07/20 15:24:53 pietroni corrected NormalizedNormalV function... @@ -111,11 +117,12 @@ Edited Comments and GPL license #include #include -class DUMMYFACETYPE; -class DUMMYEDGETYPE; -class DUMMYTETRATYPE; + namespace vcg { + class DUMMYFACETYPE; + class DUMMYEDGETYPE; + class DUMMYTETRATYPE; /** \ingroup vertex @name Vertex