Mercurial > hg > orthanc
changeset 1910:c32a8fab4fc4
fix bad type
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 15 Jan 2016 17:31:00 +0100 |
parents | 21fcfc428dc2 |
children | 7a05144cb919 |
files | Plugins/Include/orthanc/OrthancCPlugin.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Include/orthanc/OrthancCPlugin.h Wed Jan 13 15:15:51 2016 +0100 +++ b/Plugins/Include/orthanc/OrthancCPlugin.h Fri Jan 15 17:31:00 2016 +0100 @@ -3991,7 +3991,7 @@ { char** result; const char* instanceId; - const char* buffer; + const void* buffer; uint32_t size; OrthancPluginDicomToJsonFormat format; OrthancPluginDicomToJsonFlags flags; @@ -4020,7 +4020,7 @@ **/ ORTHANC_PLUGIN_INLINE char* OrthancPluginDicomBufferToJson( OrthancPluginContext* context, - const char* buffer, + const void* buffer, uint32_t size, OrthancPluginDicomToJsonFormat format, OrthancPluginDicomToJsonFlags flags,