summaryrefslogtreecommitdiff
path: root/decoder/ff_const_reorder.cc
diff options
context:
space:
mode:
authorWu, Ke <wuke@cs.umd.edu>2014-10-10 11:53:38 -0400
committerWu, Ke <wuke@cs.umd.edu>2014-10-10 11:53:38 -0400
commit4b6cdb02245c97cce70f60d778059c6c0fbab5a6 (patch)
tree7ac9f39be47215c785377685c0414ee562276fdb /decoder/ff_const_reorder.cc
parent5405acffd9c86ec80be4306807eda8e6ad284b89 (diff)
Allow erasure of part of state
Diffstat (limited to 'decoder/ff_const_reorder.cc')
-rw-r--r--decoder/ff_const_reorder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/ff_const_reorder.cc b/decoder/ff_const_reorder.cc
index 8bd3f4e2..fc774c3a 100644
--- a/decoder/ff_const_reorder.cc
+++ b/decoder/ff_const_reorder.cc
@@ -1327,6 +1327,7 @@ struct ConstReorderFeatureImpl {
ConstReorderFeature::ConstReorderFeature(const std::string& param) {
pimpl_ = new ConstReorderFeatureImpl(param);
SetStateSize(ConstReorderFeatureImpl::ReserveStateSize());
+ SetIgnoredStateSize(ConstReorderFeatureImpl::ReserveStateSize());
name_ = "ConstReorderFeature";
}