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/PartialTranslOptColl.h
parent2be2481feb2d68d6e4ba366d06fcfa51f7ff664e (diff)
Code cleanup.
Diffstat (limited to 'moses/PartialTranslOptColl.h')
-rw-r--r--moses/PartialTranslOptColl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/PartialTranslOptColl.h b/moses/PartialTranslOptColl.h
index 2507891c7..43abdcc12 100644
--- a/moses/PartialTranslOptColl.h
+++ b/moses/PartialTranslOptColl.h
@@ -64,8 +64,8 @@ public:
return m_list.end();
}
- PartialTranslOptColl();
-
+ PartialTranslOptColl(size_t const maxSize);
+
/** destructor, cleans out list */
~PartialTranslOptColl() {
RemoveAllInColl( m_list );