diff Core/Lua/LuaContext.h @ 1658:54bafe0e7e7b

Optional argument "keepStrings" in "DumpJson()"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 09:44:38 +0200
parents d7e569640d09
children b1291df2f780
line wrap: on
line diff
--- a/Core/Lua/LuaContext.h	Tue Sep 29 16:31:48 2015 +0200
+++ b/Core/Lua/LuaContext.h	Wed Sep 30 09:44:38 2015 +0200
@@ -72,7 +72,8 @@
                          const std::string& command);
 
     void GetJson(Json::Value& result,
-                 int top);
+                 int top,
+                 bool keepStrings);
     
   public:
     LuaContext();