diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-04-18 22:38:49 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-04-18 22:38:49 -0400 |
commit | beb7edaacb57649cd1d0e20c6eb597ead111787e (patch) | |
tree | b1308e69a19f723d04985efb434462a7c00ac9f9 /rst_parser | |
parent | f4570f262c10534b335568e1d69fb3a8dfbf38ed (diff) | |
parent | 467175c2f4aaf35720c25220dd45f8b8f2221682 (diff) |
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'rst_parser')
-rw-r--r-- | rst_parser/global_ff.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rst_parser/global_ff.cc b/rst_parser/global_ff.cc index bb715f18..a7db977d 100644 --- a/rst_parser/global_ff.cc +++ b/rst_parser/global_ff.cc @@ -28,7 +28,7 @@ struct GFFImpl { } }; -GlobalFeatureFunctions::GlobalFeatureFunctions() {} +GlobalFeatureFunctions::GlobalFeatureFunctions() : pimpl(new GFFImpl) {} GlobalFeatureFunctions::~GlobalFeatureFunctions() { delete pimpl; } void GlobalFeatureFunctions::PrepareForInput(const TaggedSentence& sentence) { |