uppercase error in FACE_TYPE

This commit is contained in:
Paolo Cignoni 2004-10-22 11:11:46 +00:00
parent d5b7c987a5
commit cec4122f3a
1 changed files with 4 additions and 1 deletions

View File

@ -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 <vcg/simplex/face/base.h>
#undef FAce_TYPE
#undef FACE_TYPE
#endif