diff --git a/vcg/simplex/faceplus/component.h b/vcg/simplex/faceplus/component.h index 9810eefe..5bb7588d 100644 --- a/vcg/simplex/faceplus/component.h +++ b/vcg/simplex/faceplus/component.h @@ -375,6 +375,7 @@ public: static bool HasFaceColor() { return false; } static bool HasWedgeColor() { return false; } static bool HasFaceQuality() { return false; } + static bool HasFaceQualityOcf() { return false;} static bool HasFaceColorOcc() { return false;} static bool HasMark() { return false; } static bool HasMarkOcc() { return false; }