diff Odbc/Plugins/OdbcIndex.h @ 586:3b1070dcab2f find-refactoring

fix
author Alain Mazy <am@orthanc.team>
date Mon, 04 Nov 2024 22:52:58 +0100
parents 8296c6a0238e
children
line wrap: on
line diff
--- a/Odbc/Plugins/OdbcIndex.h	Mon Nov 04 18:38:32 2024 +0100
+++ b/Odbc/Plugins/OdbcIndex.h	Mon Nov 04 22:52:58 2024 +0100
@@ -36,7 +36,8 @@
     
   public:
     OdbcIndex(OrthancPluginContext* context,
-              const std::string& connectionString);
+              const std::string& connectionString,
+              bool readOnly);
 
     unsigned int GetMaxConnectionRetries() const
     {