]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/commands.cxx
Minor compiler version detection issue.
[simgear.git] / simgear / structure / commands.cxx
index 6f6db1c661bad0544adb28150c0e946b22684a0c..fd67ae4fc3edebac035ca0f5cf02ea86a48853fd 100644 (file)
@@ -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;
 }