diff PostgreSQL/Plugins/PostgreSQLIndex.h @ 201:42990b2dd51b

create IDatabaseBackendOutput only if needed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Mar 2021 16:51:51 +0100
parents 8cae98f73d53
children 13a3863df7fa
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.h	Thu Mar 18 15:21:17 2021 +0100
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.h	Thu Mar 18 16:51:51 2021 +0100
@@ -63,7 +63,8 @@
     IDatabase* OpenInternal();
 
   public:
-    PostgreSQLIndex(const PostgreSQLParameters& parameters);
+    PostgreSQLIndex(OrthancPluginContext* context,
+                    const PostgreSQLParameters& parameters);
 
     void SetClearAll(bool clear)
     {