diff Core/Lua/LuaFunctionCall.h @ 1448:3f7722179467

refactoring: GetJson in Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 09:10:25 +0200
parents 6e7e5ed91c2d
children 54bafe0e7e7b
line wrap: on
line diff
--- a/Core/Lua/LuaFunctionCall.h	Wed Jul 01 17:42:06 2015 +0200
+++ b/Core/Lua/LuaFunctionCall.h	Thu Jul 02 09:10:25 2015 +0200
@@ -70,5 +70,7 @@
     bool ExecutePredicate();
 
     void ExecuteToJson(Json::Value& result);                    
+
+    void ExecuteToString(std::string& result);
   };
 }