Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/moses/PP
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2014-06-10 13:16:17 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-06-10 13:16:17 +0400
commit8edb3444925a2af26297189adb46d1a9aabe855d (patch)
treed2d29f2945e8cf1d1bf708e1bfd2381961375eca /moses/PP
parent169c3fce383bc66ae580884bfa72d60712beffef (diff)
minor const£
Diffstat (limited to 'moses/PP')
-rw-r--r--moses/PP/PhraseProperty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/PP/PhraseProperty.h b/moses/PP/PhraseProperty.h
index b977787b2..a4353e634 100644
--- a/moses/PP/PhraseProperty.h
+++ b/moses/PP/PhraseProperty.h
@@ -15,7 +15,7 @@ public:
virtual void ProcessValue() {};
- const std::string &GetValueString() { return m_value; };
+ const std::string &GetValueString() const { return m_value; };
protected: