diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 3434:6503ab9489ba

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Jun 2019 11:37:18 +0200
parents caa526bb65cc
children dbaf439c8888
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Tue Jun 18 09:10:27 2019 +0200
+++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Tue Jun 18 11:37:18 2019 +0200
@@ -929,6 +929,8 @@
 
     void Execute(HttpHeaders& answerHeaders /* out */,
                  Json::Value& answerBody /* out */);
+
+    void Execute();
   };
 #endif