diff OrthancServer/Sources/LuaScripting.cpp @ 4555:456ed3fcff81 db-changes

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Mar 2021 17:13:41 +0100
parents efd90f778cd2
children d01702fb29a9
line wrap: on
line diff
--- a/OrthancServer/Sources/LuaScripting.cpp	Wed Mar 03 16:31:57 2021 +0100
+++ b/OrthancServer/Sources/LuaScripting.cpp	Wed Mar 03 17:13:41 2021 +0100
@@ -136,7 +136,7 @@
       std::map<MetadataType, std::string> metadata_;      
 
     public:
-      GetInfoOperations(const ServerIndexChange& change) :
+      explicit GetInfoOperations(const ServerIndexChange& change) :
         change_(change),
         ok_(false)
       {