added a missing const cQ() for ocf face component
This commit is contained in:
parent
8fdf56d4a4
commit
5ef3e2ca50
|
@ -587,6 +587,10 @@ public:
|
|||
assert((*this).Base().QualityEnabled);
|
||||
return (*this).Base().QV[(*this).Index()];
|
||||
}
|
||||
const QualityType cQ() const {
|
||||
assert((*this).Base().QualityEnabled);
|
||||
return (*this).Base().QV[(*this).Index()];
|
||||
}
|
||||
|
||||
template <class LeftF>
|
||||
void ImportLocal(const LeftF & leftF){
|
||||
|
|
Loading…
Reference in New Issue