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/RuleCubeItem.h')
-rw-r--r--moses/RuleCubeItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/RuleCubeItem.h b/moses/RuleCubeItem.h
index 0abc905f7..3e687d194 100644
--- a/moses/RuleCubeItem.h
+++ b/moses/RuleCubeItem.h
@@ -53,7 +53,7 @@ public:
return m_pos+1 < m_orderedTargetPhrases.size();
}
- const boost::shared_ptr<ChartTranslationOption> &GetTranslationOption() const {
+ const boost::shared_ptr<ChartTranslationOption> GetTranslationOption() const {
return m_orderedTargetPhrases[m_pos];
}