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:
Diffstat (limited to 'defer/PhraseDictionaryInterpolated.cpp')
-rw-r--r--defer/PhraseDictionaryInterpolated.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/defer/PhraseDictionaryInterpolated.cpp b/defer/PhraseDictionaryInterpolated.cpp
index 93c74d956..83abf73ba 100644
--- a/defer/PhraseDictionaryInterpolated.cpp
+++ b/defer/PhraseDictionaryInterpolated.cpp
@@ -105,10 +105,10 @@ bool PhraseDictionaryInterpolated::Load(
return true;
}
-void PhraseDictionaryInterpolated::InitializeForInput(InputType const& source)
+void PhraseDictionaryInterpolated::InitializeForInput(ttasksptr const& ttask)
{
for (size_t i = 0; i < m_dictionaries.size(); ++i) {
- m_dictionaries[i]->InitializeForInput(source);
+ m_dictionaries[i]->InitializeForInput(ttask);
}
}