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 'moses/TranslationModel/UG/mmsapt.h')
-rw-r--r--moses/TranslationModel/UG/mmsapt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/TranslationModel/UG/mmsapt.h b/moses/TranslationModel/UG/mmsapt.h
index 5f688cfd8..81687cc50 100644
--- a/moses/TranslationModel/UG/mmsapt.h
+++ b/moses/TranslationModel/UG/mmsapt.h
@@ -149,7 +149,8 @@ namespace Moses
mm2dtable_t COOCraw;
TargetPhrase*
- mkTPhrase(Phrase const& src,
+ mkTPhrase(ttasksptr const& ttask,
+ Phrase const& src,
Moses::bitext::PhrasePair<Token>* fix,
Moses::bitext::PhrasePair<Token>* dyn,
sptr<Bitext<Token> > const& dynbt) const;