Mercurial > hg > orthanc
changeset 3791:a22717e68d9b
fixed signature of OrthancPluginGetInstanceData()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Mar 2020 18:44:17 +0100 |
parents | 59704c124722 |
children | 6dba4fa8a6cb |
files | Plugins/Include/orthanc/OrthancCPlugin.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Include/orthanc/OrthancCPlugin.h Sat Mar 21 16:20:43 2020 +0100 +++ b/Plugins/Include/orthanc/OrthancCPlugin.h Wed Mar 25 18:44:17 2020 +0100 @@ -2778,7 +2778,7 @@ * @return The pointer to the DICOM data, NULL in case of error. * @ingroup Callbacks **/ - ORTHANC_PLUGIN_INLINE const char* OrthancPluginGetInstanceData( + ORTHANC_PLUGIN_INLINE const void* OrthancPluginGetInstanceData( OrthancPluginContext* context, OrthancPluginDicomInstance* instance) {