diff --git a/vcg/simplex/face/component_polygon.h b/vcg/simplex/face/component_polygon.h index e63bd653..dde27016 100644 --- a/vcg/simplex/face/component_polygon.h +++ b/vcg/simplex/face/component_polygon.h @@ -108,6 +108,7 @@ public: T::Dealloc(); } + static bool HasVertexRef() { return true; } static bool HasFVAdjacency() { return true; } static void Name(std::vector & name){name.push_back(std::string("PFVAdj"));T::Name(name);}