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
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2014-11-20 20:05:08 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-11-20 20:05:08 +0300
commitc87db0c141ced5cf78789c2c856e42ec173694ac (patch)
tree21bd557724b6a8a6f2e7cb647c3863623eb1a381 /moses/Parameter.cpp
parentc346a4b1987466cf8f2b78efe4db2b9fe73e4531 (diff)
Parameter error
Diffstat (limited to 'moses/Parameter.cpp')
-rw-r--r--moses/Parameter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Parameter.cpp b/moses/Parameter.cpp
index 5103aa6c4..85d28bdb0 100644
--- a/moses/Parameter.cpp
+++ b/moses/Parameter.cpp
@@ -217,7 +217,7 @@ Parameter::~Parameter()
{
}
-const PARAM_VEC &Parameter::GetParam(const std::string &paramName) const
+const PARAM_VEC &Parameter::GetParam(const std::string &paramName)
{
return m_setting[paramName];
}