diff MySQL/Plugins/MySQLIndex.h @ 203:2089d4071408

moving classes out of OrthancPlugins namespace, to OrthancDatabases
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Mar 2021 18:15:34 +0100
parents 42990b2dd51b
children 61c309e06797
line wrap: on
line diff
--- a/MySQL/Plugins/MySQLIndex.h	Thu Mar 18 17:00:38 2021 +0100
+++ b/MySQL/Plugins/MySQLIndex.h	Thu Mar 18 18:15:34 2021 +0100
@@ -75,7 +75,7 @@
                                    OrthancPluginResourceType type)
       ORTHANC_OVERRIDE;
 
-    virtual void DeleteResource(OrthancPlugins::IDatabaseBackendOutput& output,
+    virtual void DeleteResource(IDatabaseBackendOutput& output,
                                 int64_t id) ORTHANC_OVERRIDE;
 
     virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;