diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-21 20:12:44 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-21 20:12:44 +0000 |
commit | f80891a7c4a2834efc476ce4d29cc6c438e567f0 (patch) | |
tree | 44256925313682feb6beb7bb701b2d4624de5f48 /vest/ter.cc | |
parent | 37043945bebecad62af028f76549245ba020884e (diff) |
Score::Clone() via CRTP
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@360 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest/ter.cc')
-rw-r--r-- | vest/ter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/ter.cc b/vest/ter.cc index 8c8494ad..cacc5b00 100644 --- a/vest/ter.cc +++ b/vest/ter.cc @@ -412,7 +412,7 @@ class TERScorerImpl { } }; -class TERScore : public Score { +class TERScore : public ScoreBase<TERScore> { friend class TERScorer; public: |