From 747661ba3e01855992a49173da80632285160c4a Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Fri, 6 Jun 2014 20:35:58 +0100 Subject: sparse features in on-disk-pt --- moses/ScoreComponentCollection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moses/ScoreComponentCollection.cpp') diff --git a/moses/ScoreComponentCollection.cpp b/moses/ScoreComponentCollection.cpp index e252d1a7a..52ec00dd4 100644 --- a/moses/ScoreComponentCollection.cpp +++ b/moses/ScoreComponentCollection.cpp @@ -214,7 +214,7 @@ void ScoreComponentCollection::Save(const string& filename) const void ScoreComponentCollection:: -Assign(const FeatureFunction* sp, const string line) +Assign(const FeatureFunction* sp, const string &line) { istringstream istr(line); while(istr) { -- cgit v1.2.3