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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-12-04 22:43:37 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-12-04 22:43:37 +0300
commit889a33dcd68fb234824519681868355333b717be (patch)
tree872a74dc090a964cdc0b79cf27bc6c4b844323d2 /moses/TreeInput.h
parent4983aa098057eaf348792ae95160ae241e02c421 (diff)
XmlOptions are now const within Sentence.
Diffstat (limited to 'moses/TreeInput.h')
-rw-r--r--moses/TreeInput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TreeInput.h b/moses/TreeInput.h
index 35b683e8c..d6838af8c 100644
--- a/moses/TreeInput.h
+++ b/moses/TreeInput.h
@@ -45,7 +45,7 @@ protected:
bool ProcessAndStripXMLTags(AllOptions const& opts, std::string &line,
std::vector<XMLParseOutput> &sourceLabels,
- std::vector<XmlOption*> &res);
+ std::vector<XmlOption const*> &res);
public:
TreeInput() : Sentence() { }