X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2Fcommands.cxx;h=fd67ae4fc3edebac035ca0f5cf02ea86a48853fd;hb=f3c131ffaf04d8e04595c1271f8a70c8a9d89f5f;hp=6f6db1c661bad0544adb28150c0e946b22684a0c;hpb=8106956be236a35652d4421bae78e6f3a4c81543;p=simgear.git diff --git a/simgear/structure/commands.cxx b/simgear/structure/commands.cxx index 6f6db1c6..fd67ae4f 100644 --- a/simgear/structure/commands.cxx +++ b/simgear/structure/commands.cxx @@ -74,7 +74,7 @@ SGCommandMgr::getCommandNames () const command_map::const_iterator last = _commands.end(); while (it != last) { names.push_back(it->first); - it++; + ++it; } return names; }