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 <hieuhoang@gmail.com>2015-01-02 21:40:15 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-01-02 21:40:15 +0300
commit0552a79b1e0c163d9adc042a5f83cdfdc1d20f84 (patch)
tree91150f79d0a7232ff4f501709d98017d91d21e06 /moses/Manager.h
parent1ff52ebb0ec1acf8085e93622721dbb8fc7bff7d (diff)
consistent constructor for all managers
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index 8dacea593..8c4c1e6f4 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -151,7 +151,7 @@ protected:
void OutputAlignment(std::ostringstream &out, const TrellisPath &path) const;
public:
- Manager(InputType const& source, SearchAlgorithm searchAlgorithm);
+ Manager(InputType const& source);
~Manager();
const TranslationOptionCollection* getSntTranslationOptions();