diff OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp @ 5526:9a431368801b

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Jan 2024 10:40:10 +0100
parents d82cc7c9720a
children 28cc06e4859a 12d8a1a266e9 c1ed59a5bdc2
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp	Wed Jan 31 09:27:34 2024 +0100
+++ b/OrthancServer/Sources/Database/StatelessDatabaseOperations.cpp	Wed Jan 31 10:40:10 2024 +0100
@@ -764,7 +764,7 @@
 
 
     public:
-      Operations(bool hasLabelsSupport) :
+      explicit Operations(bool hasLabelsSupport) :
         hasLabelsSupport_(hasLabelsSupport)
       {
       }