Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-02-22 00:03:35 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-02-22 00:03:35 +0400
commit01af82310b67ee66d95f2fd7da9fdf8c6acadfd2 (patch)
treee3674dc0cdc2e2015b445776295d2adb1f47d64c /moses/ScoreComponentCollectionTest.cpp
parent86b848ef243a3087842340465935fb4855a4d348 (diff)
delete ScoreProducer
Diffstat (limited to 'moses/ScoreComponentCollectionTest.cpp')
-rw-r--r--moses/ScoreComponentCollectionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ScoreComponentCollectionTest.cpp b/moses/ScoreComponentCollectionTest.cpp
index 4af1c4544..110021ca5 100644
--- a/moses/ScoreComponentCollectionTest.cpp
+++ b/moses/ScoreComponentCollectionTest.cpp
@@ -50,7 +50,7 @@ class MockMultiFeature : public MockStatelessFeatureFunction {
class MockSparseFeature : public MockStatelessFeatureFunction {
public:
- MockSparseFeature(): MockStatelessFeatureFunction("MockSparse", ScoreProducer::unlimited, "MockSparse") {}
+ MockSparseFeature(): MockStatelessFeatureFunction("MockSparse", FeatureFunction::unlimited, "MockSparse") {}
};