diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 11:53:38 -0400 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 11:53:38 -0400 |
commit | c8341c0bf4d333e34354e3bed5c18606f64f474e (patch) | |
tree | db2b390c9bdaa4bba6225605ce2ed46464385728 /decoder/ff_const_reorder.cc | |
parent | c0097e3b1ff60250e118770506b861c8b9437b08 (diff) |
Allow erasure of part of state
Diffstat (limited to 'decoder/ff_const_reorder.cc')
-rw-r--r-- | decoder/ff_const_reorder.cc | 1 |
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"; } |