diff PostgreSQL/UnitTests/PostgreSQLTests.cpp @ 5:9e5e7a8314e0

fix postgresql for msvc
author jodogne
date Thu, 05 Jul 2018 17:12:12 +0200
parents 7cea966b6829
children 9774802fd05f
line wrap: on
line diff
--- a/PostgreSQL/UnitTests/PostgreSQLTests.cpp	Thu Jul 05 16:53:56 2018 +0200
+++ b/PostgreSQL/UnitTests/PostgreSQLTests.cpp	Thu Jul 05 17:12:12 2018 +0200
@@ -44,7 +44,7 @@
 
 using namespace OrthancDatabases;
 
-extern const OrthancDatabases::PostgreSQLParameters  globalParameters_;
+extern OrthancDatabases::PostgreSQLParameters  globalParameters_;
 
 
 static OrthancDatabases::PostgreSQLDatabase* CreateTestDatabase(bool clearAll)