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>2013-09-28 12:42:17 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-28 12:42:17 +0400
commit9d9c43f9a780f807f86b2b1682afaeaae4a8ad35 (patch)
treef532ddd4f816f5d987d398f0bfcd9b1ca5fe0f1b /moses/ChartRuleLookupManager.h
parent06c5621d97b67a5f42d2c27dde32c9dfd74255f0 (diff)
skelete pt
Diffstat (limited to 'moses/ChartRuleLookupManager.h')
-rw-r--r--moses/ChartRuleLookupManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartRuleLookupManager.h b/moses/ChartRuleLookupManager.h
index 2a79c9745..b6f62f3b6 100644
--- a/moses/ChartRuleLookupManager.h
+++ b/moses/ChartRuleLookupManager.h
@@ -45,7 +45,7 @@ public:
: m_parser(parser)
, m_cellCollection(cellColl) {}
- virtual ~ChartRuleLookupManager() {}
+ virtual ~ChartRuleLookupManager();
const ChartCellLabelSet &GetTargetLabelSet(size_t begin, size_t end) const {
return m_cellCollection.GetBase(WordsRange(begin, end)).GetTargetLabelSet();