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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-12-07 19:07:11 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-12-07 19:07:11 +0300
commitc4e45fb128e096f255a624b57b7826febdf06f2e (patch)
tree74455d64b0e45877c91dc2488838cfe01732b224 /moses/SearchCubePruning.h
parent2be2481feb2d68d6e4ba366d06fcfa51f7ff664e (diff)
Code cleanup.
Diffstat (limited to 'moses/SearchCubePruning.h')
-rw-r--r--moses/SearchCubePruning.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/SearchCubePruning.h b/moses/SearchCubePruning.h
index 205713925..6cb471aaa 100644
--- a/moses/SearchCubePruning.h
+++ b/moses/SearchCubePruning.h
@@ -31,7 +31,7 @@ protected:
void PrintBitmapContainerGraph();
public:
- SearchCubePruning(Manager& manager, const InputType &source, const TranslationOptionCollection &transOptColl);
+ SearchCubePruning(Manager& manager, const TranslationOptionCollection &transOptColl);
~SearchCubePruning();
void Decode();