From 6876a8978adc8f6ca08a6c4bd876d2d44babfdac Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Tue, 2 Mar 2010 15:09:17 -0300 Subject: Turn Number::m_value private to not cause problem when compiling with "avoid protected hack" on. --- tests/libother/number.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libother') diff --git a/tests/libother/number.h b/tests/libother/number.h index bbbd830ba..d739802d8 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 -- cgit v1.2.3