minor const£

This commit is contained in:
Hieu Hoang 2014-06-10 10:16:17 +01:00
parent 169c3fce38
commit 8edb344492

View File

@ -15,7 +15,7 @@ public:
virtual void ProcessValue() {};
const std::string &GetValueString() { return m_value; };
const std::string &GetValueString() const { return m_value; };
protected: