mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-05 13:19:32 -04:00
fixed warning about badly overloaded function in rsexpr.h
This commit is contained in:
parent
985be3504e
commit
cc51298de6
2 changed files with 12 additions and 12 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue