diff options
author | Vicnet <vo.publique@gmail.com> | 2013-10-07 08:23:09 (GMT) |
---|---|---|
committer | Vicnet <vo.publique@gmail.com> | 2013-10-07 14:04:42 (GMT) |
commit | ce27757712c7621cbd81676b6d399976412d7ca0 (patch) | |
tree | 6d8db263d6cb79305e137613923d7d7beb9de93c /src/value.h | |
parent | 119bf37cb343ec9873698a76150bca77b4d8e0b4 (diff) |
use explicit Value::RangeType for clarity
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/value.h b/src/value.h index 24e1b45..f9bd99b 100644 --- a/src/value.h +++ b/src/value.h @@ -65,7 +65,6 @@ public: Value(const char v); Value(const VectorType &v); Value(const RangeType &v); - Value(double begin, double step, double end); ~Value() {} ValueType type() const; |