From cec4122f3a5a6ef49df8dda7c6361bdf6c60b1c9 Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 22 Oct 2004 11:11:46 +0000 Subject: [PATCH] uppercase error in FACE_TYPE --- vcg/simplex/face/face.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/simplex/face/face.h b/vcg/simplex/face/face.h index 9ff24a49..ddbbaf55 100644 --- a/vcg/simplex/face/face.h +++ b/vcg/simplex/face/face.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2004/07/15 11:31:06 ganovelli +overwritten previous version (it was a copy of base.h) + First commit... ****************************************************************************/ @@ -34,5 +37,5 @@ First commit... #define FACE_TYPE Face #include -#undef FAce_TYPE +#undef FACE_TYPE #endif