diff options
Diffstat (limited to 'booleancondition.h')
| -rw-r--r-- | booleancondition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/booleancondition.h b/booleancondition.h index cb37b9e..2177106 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -40,7 +40,7 @@ public: void setValue(qint64); QString toString(); - virtual quint8 getValidRangeSize(quint64 faces) const; + virtual quint64 getValidRangeSize(quint64 faces) const; private: LogicOperator m_operator; |