diff Plugins/Include/orthanc/OrthancCPlugin.h @ 3790:59704c124722

fix typo in plugin SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 21 Mar 2020 16:20:43 +0100
parents bf8f17f23c26
children a22717e68d9b
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;