diff Core/Lua/LuaFunctionCall.cpp @ 656:08eca5d86aad

fixes to cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Nov 2013 11:19:31 +0100
parents 7dec4f3c922c
children 2d0a347e8cfc
line wrap: on
line diff
--- a/Core/Lua/LuaFunctionCall.cpp	Wed Oct 30 11:56:28 2013 +0100
+++ b/Core/Lua/LuaFunctionCall.cpp	Mon Nov 04 11:19:31 2013 +0100
@@ -130,7 +130,7 @@
       Json::Value::Members members = value.getMemberNames();
 
       for (Json::Value::Members::const_iterator 
-             it = members.begin(); it != members.end(); it++)
+             it = members.begin(); it != members.end(); ++it)
       {
         // Push the index of the cell
         lua_pushstring(context_.lua_, it->c_str());