summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-04-18 22:38:49 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-04-18 22:38:49 -0400
commitbeb7edaacb57649cd1d0e20c6eb597ead111787e (patch)
treeb1308e69a19f723d04985efb434462a7c00ac9f9
parentf4570f262c10534b335568e1d69fb3a8dfbf38ed (diff)
parent467175c2f4aaf35720c25220dd45f8b8f2221682 (diff)
Merge branch 'master' of github.com:redpony/cdec
-rw-r--r--rst_parser/global_ff.cc2
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) {