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-08-07 15:11:39 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-07 15:11:39 +0400
commit24c4c8f2106fc56f12702f72f05732253bd9209d (patch)
treecb69501632ab8e4b7c7cd944d49aec123de86b17 /moses/DecodeStepGeneration.h
parent89f39bf89dc6db74ecbe86263088f0967468f1e3 (diff)
mark a function as legacy
Diffstat (limited to 'moses/DecodeStepGeneration.h')
-rw-r--r--moses/DecodeStepGeneration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/DecodeStepGeneration.h b/moses/DecodeStepGeneration.h
index 656864340..efc3afb29 100644
--- a/moses/DecodeStepGeneration.h
+++ b/moses/DecodeStepGeneration.h
@@ -40,7 +40,7 @@ public:
const std::vector<FeatureFunction*> &features);
- virtual void Process(const TranslationOption &inputPartialTranslOpt
+ void Process(const TranslationOption &inputPartialTranslOpt
, const DecodeStep &decodeStep
, PartialTranslOptColl &outputPartialTranslOptColl
, TranslationOptionCollection *toc