diff OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.cpp @ 5848:b8fb95937f22 find-refactoring

fix warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Oct 2024 13:48:39 +0000
parents 70a879a7b658
children
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.cpp	Tue Oct 29 13:46:29 2024 +0000
+++ b/OrthancServer/Plugins/Engine/OrthancPluginDatabaseV3.cpp	Tue Oct 29 13:48:39 2024 +0000
@@ -47,8 +47,7 @@
 namespace Orthanc
 {
   class OrthancPluginDatabaseV3::Transaction :
-    public BaseDatabaseWrapper::BaseTransaction,
-    public IDatabaseWrapper::ICompatibilityTransaction
+    public BaseDatabaseWrapper::BaseTransaction
   {
   private:
     OrthancPluginDatabaseV3&           that_;