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/TargetPhrase.h')
-rw-r--r--moses/TargetPhrase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TargetPhrase.h b/moses/TargetPhrase.h
index 460dcc33f..554ac2793 100644
--- a/moses/TargetPhrase.h
+++ b/moses/TargetPhrase.h
@@ -92,7 +92,7 @@ public:
TargetPhrase(ttasksptr &ttask, const PhraseDictionary *pt = NULL);
TargetPhrase(ttasksptr &ttask, std::string out_string, const PhraseDictionary *pt = NULL);
explicit TargetPhrase(ttasksptr &ttask, const Phrase &targetPhrase, const PhraseDictionary *pt);
- const ttasksptr& GetTtask() const;
+ ttasksptr const GetTtask() const;
bool HasTtaskSPtr() const;
~TargetPhrase();