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-07-18 23:39:15 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-18 23:39:15 +0400
commit6088531dfe8828bd6b3f2c51a4fe4aaf5ff2cd53 (patch)
treeea794305e77cc9fd6e88db204acaebf400341ab1 /moses/InputPath.h
parent0b5776faf7919d51e64f9bc8c9973c5e3caa96ad (diff)
starting placeholder
Diffstat (limited to 'moses/InputPath.h')
-rw-r--r--moses/InputPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/InputPath.h b/moses/InputPath.h
index cce55489a..53640df7c 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -36,7 +36,7 @@ protected:
// make a copy of the target phrase collection, rather than using the 1 given by the phrase dictionary
// must clean up yourself.
// used when pruning during placeholder processing
- std::vector<const TargetPhraseCollection*> m_copiedSet;
+ std::vector<TargetPhraseCollection> m_copiedSet;
public:
explicit InputPath()