diff --git a/vcg/simplex/vertex/component.h b/vcg/simplex/vertex/component.h index 9c22d819..35e2353d 100644 --- a/vcg/simplex/vertex/component.h +++ b/vcg/simplex/vertex/component.h @@ -313,6 +313,7 @@ public: template < class LeftV> void ImportLocal(const LeftV & left ) { T::ImportLocal( left); } static bool HasColor() { return false; } + static bool HasColorOcf() { return false; } static void Name(std::vector & name){T::Name(name);} };