Changed: fix for vc2013

--HG--
branch : develop
This commit is contained in:
Nimetu 2019-05-01 13:13:35 +03:00
parent 4cdd0bac47
commit fa86408d50

View file

@ -277,7 +277,7 @@ template <class T> T trimRightWhiteSpaces (const T &str)
}
// if both first and last char are quotes (' or "), then remove them
template <class T> T trimQuotes (const T&str)
template <class T> T trimQuotes (const T &str)
{
typename T::size_type size = str.size();
if (size == 0)