fixed warning about badly overloaded function in rsexpr.h

This commit is contained in:
csoler 2018-08-02 14:13:14 +02:00
parent 985be3504e
commit cc51298de6
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 12 additions and 12 deletions

View file

@ -128,7 +128,7 @@ static bool StrContains( const std::string & str1, const std::string & str2,
}
std::string StringExpression::toStdString(const std::string& varstr) const
std::string StringExpression::toStdStringWithParam(const std::string& varstr) const
{
std::string strlist ;
for (auto iter = terms.begin(); iter != terms.end(); ++iter )