added HasFaceQualityOcf() to EmptyColorMarkQuality
This commit is contained in:
parent
fc98a34972
commit
8198cf4c8b
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue