mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
minor const£
This commit is contained in:
parent
169c3fce38
commit
8edb344492
@ -15,7 +15,7 @@ public:
|
||||
|
||||
virtual void ProcessValue() {};
|
||||
|
||||
const std::string &GetValueString() { return m_value; };
|
||||
const std::string &GetValueString() const { return m_value; };
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user