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 b7282ad..d169d57 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -42,7 +42,7 @@ public: void setValueNode(ExecutionNode*); QString toString(); - virtual quint64 getValidRangeSize(quint64 faces) const; + virtual bool isValidRangeSize(std::pair<qint64,qint64> range) const; /** * @brief getCopy * @return |