This commit is contained in:
Hieu Hoang 2013-08-05 12:11:59 +01:00
parent 78cdf82de8
commit 302eec8283
2 changed files with 8 additions and 9 deletions

View File

@ -94,8 +94,7 @@ void FeatureFunction::SetParameter(const std::string& key, const std::string& va
{ {
if (key == "tuneable") { if (key == "tuneable") {
m_tuneable = Scan<bool>(value); m_tuneable = Scan<bool>(value);
} } else if (key == "filterable") { //ignore
else if (key == "filterable") { //ignore
} else { } else {
UTIL_THROW(util::Exception, "Unknown argument " << key << "=" << value); UTIL_THROW(util::Exception, "Unknown argument " << key << "=" << value);
} }