mirror of
https://github.com/glest/glest-source.git
synced 2025-10-01 01:46:42 +02:00
- phase 2 of cppcheck verbose fixes
This commit is contained in:
@@ -714,7 +714,7 @@ void Properties::setString(const string &key, const string &value){
|
||||
string Properties::toString(){
|
||||
string rStr;
|
||||
|
||||
for(PropertyMap::iterator pi= propertyMap.begin(); pi!=propertyMap.end(); pi++)
|
||||
for(PropertyMap::iterator pi= propertyMap.begin(); pi!=propertyMap.end(); ++pi)
|
||||
rStr+= pi->first + "=" + pi->second + "\n";
|
||||
|
||||
return rStr;
|
||||
|
Reference in New Issue
Block a user