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.h
parentc346a4b1987466cf8f2b78efe4db2b9fe73e4531 (diff)
Parameter error
Diffstat (limited to 'moses/Parameter.h')
-rw-r--r--moses/Parameter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Parameter.h b/moses/Parameter.h
index ccfa15e6b..7e5e75496 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -90,7 +90,7 @@ public:
void Explain();
/** return a vector of strings holding the whitespace-delimited values on the ini-file line corresponding to the given parameter name */
- const PARAM_VEC &GetParam(const std::string &paramName) const;
+ const PARAM_VEC &GetParam(const std::string &paramName);
/** check if parameter is defined (either in moses.ini or as switch) */
bool isParamSpecified(const std::string &paramName) const {