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 <hieuhoang@gmail.com>2014-06-10 13:17:05 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-06-10 13:17:05 +0400
commit0ab114223899a9f2e89399c3d90fbc4caf9ae210 (patch)
treef9ebed5a401e9e856a6d45ee10f99e9a27aff94a /moses/PP
parent651967e1096b1403ded1f2798fde52258539922c (diff)
parent8edb3444925a2af26297189adb46d1a9aabe855d (diff)
Merge github.com:moses-smt/mosesdecoder into hieu
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: