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 <hieu@hoang.co.uk>2013-10-03 14:33:48 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-03 14:33:48 +0400
commit6759af3821efa10ebf0cdf329604bdaed9f4070b (patch)
tree89a87675065100e1ad87fac7d6d47d3479d0365b /moses/ChartParser.cpp
parent52215fdf79df58c15cf90970de5c2ce25ab65312 (diff)
beautify
Diffstat (limited to 'moses/ChartParser.cpp')
-rw-r--r--moses/ChartParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartParser.cpp b/moses/ChartParser.cpp
index 84871bade..1cbe44742 100644
--- a/moses/ChartParser.cpp
+++ b/moses/ChartParser.cpp
@@ -146,7 +146,7 @@ ChartParser::ChartParser(InputType const &source, ChartCellCollectionBase &cells
const PhraseDictionary *dict = *p;
PhraseDictionary *nonConstDict = const_cast<PhraseDictionary*>(dict);
- ChartRuleLookupManager *lookupMgr = nonConstDict->CreateRuleLookupManager(*this, cells);
+ ChartRuleLookupManager *lookupMgr = nonConstDict->CreateRuleLookupManager(*this, cells);
m_ruleLookupManagers.push_back(lookupMgr);
}