From 9f39a0c7cb98e8239ffacbf4b1285d11bb05f181 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 7 Nov 2012 15:51:51 +0000 Subject: [PATCH] added cflags to the emtpycore face component --- vcg/simplex/face/component.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/face/component.h b/vcg/simplex/face/component.h index 187521c2..abe52d95 100644 --- a/vcg/simplex/face/component.h +++ b/vcg/simplex/face/component.h @@ -67,7 +67,7 @@ public: static bool HasWedgeTexCoordOcf() { return false; } int &Flags() { static int dummyflags(0); assert(0); return dummyflags; } - int Flags() const { return 0; } + int cFlags() const { return 0; } static bool HasFlags() { return false; } static bool HasFlagsOcf() { return false; }