diff OrthancFramework/Sources/Lua/LuaFunctionCall.h @ 4300:b30a8de92ad9

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 19:33:18 +0100
parents bf7b9edf6b81
children 3af1d763763a
line wrap: on
line diff
--- a/OrthancFramework/Sources/Lua/LuaFunctionCall.h	Thu Nov 05 18:24:50 2020 +0100
+++ b/OrthancFramework/Sources/Lua/LuaFunctionCall.h	Thu Nov 05 19:33:18 2020 +0100
@@ -71,10 +71,7 @@
 
     void PushDicom(const DicomArray& dicom);
 
-    void Execute()
-    {
-      ExecuteInternal(0);
-    }
+    void Execute();
 
     bool ExecutePredicate();