diff PostgreSQL/Plugins/IndexPlugin.cpp @ 200:30b210616f4f

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Mar 2021 15:21:17 +0100
parents 3236894320d6
children 42990b2dd51b
line wrap: on
line diff
--- a/PostgreSQL/Plugins/IndexPlugin.cpp	Thu Mar 18 14:52:06 2021 +0100
+++ b/PostgreSQL/Plugins/IndexPlugin.cpp	Thu Mar 18 15:21:17 2021 +0100
@@ -65,7 +65,7 @@
       backend_.reset(new OrthancDatabases::PostgreSQLIndex(parameters));
 
       /* Register the PostgreSQL index into Orthanc */
-      OrthancPlugins::DatabaseBackendAdapter::Register(context, *backend_);
+      OrthancPlugins::DatabaseBackendAdapterV2::Register(context, *backend_);
     }
     catch (Orthanc::OrthancException& e)
     {