changeset 3515:13f9ccf05a8e

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Sep 2019 18:09:21 +0200
parents 97a3631ca689 (diff) 7db879b014ff (current diff)
children e481c2b32914 793c141be598
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Include/orthanc/OrthancCPlugin.h	Thu Sep 05 13:11:35 2019 +0200
+++ b/Plugins/Include/orthanc/OrthancCPlugin.h	Thu Sep 05 18:09:21 2019 +0200
@@ -1915,7 +1915,7 @@
   typedef struct
   {
     OrthancPluginRestOutput* output;
-    const char*              answer;
+    const void*              answer;
     uint32_t                 answerSize;
     const char*              mimeType;
   } _OrthancPluginAnswerBuffer;
@@ -1935,7 +1935,7 @@
   ORTHANC_PLUGIN_INLINE void OrthancPluginAnswerBuffer(
     OrthancPluginContext*    context,
     OrthancPluginRestOutput* output,
-    const char*              answer,
+    const void*              answer,
     uint32_t                 answerSize,
     const char*              mimeType)
   {