added a missing cQ() constant member
This commit is contained in:
parent
03eb1cfadb
commit
7f2d51828f
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue