diff options
-rw-r--r-- | tests/libother/number.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libother/number.h b/tests/libother/number.h index bbbd830b..d739802d 100644 --- a/tests/libother/number.h +++ b/tests/libother/number.h @@ -47,7 +47,7 @@ public: Str toStr() const; operator Str() const { return toStr(); } -protected: +private: int m_value; }; #endif // NUMBER_H |