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>2014-04-17 23:04:02 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-04-17 23:04:02 +0400
commita4d32a2b090be41969b651fcad2df34fd824cbae (patch)
tree3099e7507fb06bc9481a5272729a54fb286daa6d /moses/ChartHypothesis.h
parentd90aaf101839f172994142a14cd6c5908a5f962e (diff)
minor compile errors in ChartKBestExtractor
Diffstat (limited to 'moses/ChartHypothesis.h')
-rw-r--r--moses/ChartHypothesis.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/ChartHypothesis.h b/moses/ChartHypothesis.h
index 532d757c9..150b53fd0 100644
--- a/moses/ChartHypothesis.h
+++ b/moses/ChartHypothesis.h
@@ -75,9 +75,6 @@ protected:
//! not implemented
ChartHypothesis(const ChartHypothesis &copy);
- //! only used by ChartKBestExtractor
- ChartHypothesis(const ChartHypothesis &, const ChartKBestExtractor &);
-
public:
#ifdef USE_HYPO_POOL
void *operator new(size_t /* num_bytes */) {
@@ -96,6 +93,9 @@ public:
}
#endif
+ //! only used by ChartKBestExtractor
+ ChartHypothesis(const ChartHypothesis &, const ChartKBestExtractor &);
+
ChartHypothesis(const ChartTranslationOptions &, const RuleCubeItem &item,
ChartManager &manager);