Fix a compiler warning

fixes #8114
This commit is contained in:
Jean Flach 2014-12-19 09:36:59 +01:00
parent 6383da1f2f
commit 23acc2408d
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ std::wstring removeZero(double val)
}
pos--;
}
return L"0";
}
std::vector<std::wstring> splitMultiOptions(std::wstring str)