diff SQLite/Plugins/IndexPlugin.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 6dcf57074dd4
line wrap: on
line diff
--- a/SQLite/Plugins/IndexPlugin.cpp	Thu Mar 18 17:00:38 2021 +0100
+++ b/SQLite/Plugins/IndexPlugin.cpp	Thu Mar 18 18:15:34 2021 +0100
@@ -65,7 +65,7 @@
       backend_.reset(new OrthancDatabases::SQLiteIndex(context, "index.db"));  // TODO parameter
 
       /* Register the SQLite index into Orthanc */
-      OrthancPlugins::DatabaseBackendAdapterV2::Register(context, *backend_);
+      OrthancDatabases::DatabaseBackendAdapterV2::Register(context, *backend_);
     }
     catch (Orthanc::OrthancException& e)
     {