Cleaned up more warnings.

This commit is contained in:
baines
2013-02-27 20:53:14 -05:00
parent c256116d81
commit 82a708d6a1
13 changed files with 38 additions and 39 deletions

View File

@@ -106,7 +106,7 @@ public:
else
while (i != vsEntries.end()) {
sRes += sKey + "=" + *i + "\n";
i++;
++i;
}
++it;
}