diff OrthancServer/Sources/OrthancWebDav.cpp @ 5702:359a8adb3802 find-refactoring

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jul 2024 15:17:26 +0200
parents 1fab9ddaf702
children 0c2f0d72d143 eb56ee3c5d63
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancWebDav.cpp	Fri Jul 12 15:08:43 2024 +0200
+++ b/OrthancServer/Sources/OrthancWebDav.cpp	Fri Jul 12 15:17:26 2024 +0200
@@ -186,7 +186,7 @@
     Collection&  target_;
 
   public:
-    DicomIdentifiersVisitorV2(Collection& target) :
+    explicit DicomIdentifiersVisitorV2(Collection& target) :
       isComplete_(false),
       target_(target)
     {