Mercurial > hg > orthanc
changeset 3790:59704c124722
fix typo in plugin SDK
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 21 Mar 2020 16:20:43 +0100 |
parents | 626d5f4a5afb |
children | a22717e68d9b |
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 Fri Mar 20 12:37:41 2020 +0100 +++ b/Plugins/Include/orthanc/OrthancCPlugin.h Sat Mar 21 16:20:43 2020 +0100 @@ -1062,7 +1062,7 @@ * @brief Opaque structure to an object that can be used to check whether a DICOM instance matches a C-Find query. * @ingroup Toolbox **/ - typedef struct _OrthancPluginFindAnswers_t OrthancPluginFindMatcher; + typedef struct _OrthancPluginFindMatcher_t OrthancPluginFindMatcher;