From 8198cf4c8bdcdd37ca718219190adb9e525e9ed2 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 14 Oct 2008 16:42:29 +0000 Subject: [PATCH] added HasFaceQualityOcf() to EmptyColorMarkQuality --- vcg/simplex/faceplus/component.h | 1 + 1 file changed, 1 insertion(+) 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; }