return default even if compiling with non-gcc

This commit is contained in:
Hieu Hoang 2013-11-25 16:38:19 +00:00
parent 905ab6de82
commit cedc815c88

View File

@ -179,6 +179,7 @@ string Scorer::applyFilter(const string& sentence) const
return sentence;
}
#endif
return sentence;
}
float Scorer::score(const candidates_t& candidates) const