Build fix for the Windows plugins

This commit is contained in:
Gunnar Beutner 2014-11-13 20:11:17 +01:00
parent 0324cbff7c
commit 979b99ea6f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ threshold parse(const wstring& stri)
wstring str = stri;
//kill whitespace
str.erase((std::remove(str.begin(), str.end(), L" "), str.end()));
boost::algorithm::trim(str);
bool low = (str.at(0) == L'!');
if (low)