From f80891a7c4a2834efc476ce4d29cc6c438e567f0 Mon Sep 17 00:00:00 2001 From: graehl Date: Wed, 21 Jul 2010 20:12:44 +0000 Subject: Score::Clone() via CRTP git-svn-id: https://ws10smt.googlecode.com/svn/trunk@360 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/ff_fsa.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'decoder/ff_fsa.h') diff --git a/decoder/ff_fsa.h b/decoder/ff_fsa.h index 2ffd6ef8..0b60ff81 100755 --- a/decoder/ff_fsa.h +++ b/decoder/ff_fsa.h @@ -32,7 +32,8 @@ struct FsaFeatureFunction { // regular bottom up scorer from Fsa feature template -struct FeatureFunctionFromFsa { +struct FeatureFunctionFromFsa : public FeatureFunction,Impl { + FeatureFunctionFromFsa( }; -- cgit v1.2.3