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-07-11 13:26:24 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-11 13:26:24 +0400
commite3982f9ea80665ed544f57245a219f40e52e5ce3 (patch)
treeb13cf60a8cf3fbbcbfb9351eadf6fa72df46e7b9 /moses/TranslationOptionCollectionText.cpp
parent6e64169a04904f20710bcb9d6f266d22fcacfce8 (diff)
minor compile error. Strange that it doesn't see function from it's antecedent
Diffstat (limited to 'moses/TranslationOptionCollectionText.cpp')
-rw-r--r--moses/TranslationOptionCollectionText.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationOptionCollectionText.cpp b/moses/TranslationOptionCollectionText.cpp
index 08b1795ff..4ddae27b6 100644
--- a/moses/TranslationOptionCollectionText.cpp
+++ b/moses/TranslationOptionCollectionText.cpp
@@ -126,7 +126,7 @@ void TranslationOptionCollectionText::CreateTranslationOptionsForRange(
{
InputPath &inputPath = GetInputPath(startPos, endPos);
- CreateTranslationOptionsForRange(decodeGraph
+ TranslationOptionCollection::CreateTranslationOptionsForRange(decodeGraph
, startPos
, endPos
, adhereTableLimit