aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'validator.h')
-rw-r--r--validator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/validator.h b/validator.h
index 6dd8292..4ccd721 100644
--- a/validator.h
+++ b/validator.h
@@ -54,7 +54,7 @@ public:
* @param faces
* @return
*/
- virtual quint8 getValidRangeSize(quint64 faces) const = 0 ;
+ virtual quint64 getValidRangeSize(quint64 faces) const = 0 ;
};
#endif // VALIDATOR_H