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-05-24 22:11:15 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-24 22:11:15 +0400
commit75a1849bcf42e8a227a471d493c69ef42794cea9 (patch)
tree47b594ee9dc8a04b74c7b4b0dc17932f6d4b1f70 /moses/ScoreComponentCollectionTest.cpp
parenta6154218823a20e6753bf620f49566e321187c3c (diff)
split classes in FeatureFunction files
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 ca12a9b33..4dab80d80 100644
--- a/moses/ScoreComponentCollectionTest.cpp
+++ b/moses/ScoreComponentCollectionTest.cpp
@@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <boost/test/unit_test.hpp>
#include "moses/FF/DummyScoreProducers.h"
-#include "moses/FF/FeatureFunction.h"
+#include "moses/FF/StatelessFeatureFunction.h"
#include "ScoreComponentCollection.h"
using namespace Moses;