diff Core/Lua/LuaFunctionCall.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 3f7722179467
children b1291df2f780
line wrap: on
line diff
--- a/Core/Lua/LuaFunctionCall.h	Tue Sep 29 16:31:48 2015 +0200
+++ b/Core/Lua/LuaFunctionCall.h	Wed Sep 30 09:44:38 2015 +0200
@@ -69,7 +69,8 @@
 
     bool ExecutePredicate();
 
-    void ExecuteToJson(Json::Value& result);                    
+    void ExecuteToJson(Json::Value& result,
+                       bool keepStrings);
 
     void ExecuteToString(std::string& result);
   };