diff MySQL/Plugins/MySQLIndex.cpp @ 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 ee5858d438dc
line wrap: on
line diff
--- a/MySQL/Plugins/MySQLIndex.cpp	Thu Mar 18 17:00:38 2021 +0100
+++ b/MySQL/Plugins/MySQLIndex.cpp	Thu Mar 18 18:15:34 2021 +0100
@@ -306,7 +306,7 @@
   }
 
 
-  void MySQLIndex::DeleteResource(OrthancPlugins::IDatabaseBackendOutput& output,
+  void MySQLIndex::DeleteResource(IDatabaseBackendOutput& output,
                                   int64_t id)
   {
     ClearDeletedFiles();