added a missing cQ() constant member

This commit is contained in:
Paolo Cignoni 2009-04-05 21:53:09 +00:00
parent 03eb1cfadb
commit 7f2d51828f
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ public:
const ColorType &cC() const { static ColorType dumcolor(vcg::Color4b::White); assert(0); return dumcolor; }
ColorType &WC(const int) { static ColorType dumcolor(vcg::Color4b::White); assert(0); return dumcolor; }
QualityType &Q() { static QualityType dummyQuality(0); assert(0); return dummyQuality; }
const QualityType &cQ() const { static QualityType dummyQuality(0); assert(0); return dummyQuality; }
static bool HasFaceColor() { return false; }
static bool HasWedgeColor() { return false; }