comparison 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
comparison
equal deleted inserted replaced
5701:388aef262b1b 5702:359a8adb3802
184 private: 184 private:
185 bool isComplete_; 185 bool isComplete_;
186 Collection& target_; 186 Collection& target_;
187 187
188 public: 188 public:
189 DicomIdentifiersVisitorV2(Collection& target) : 189 explicit DicomIdentifiersVisitorV2(Collection& target) :
190 isComplete_(false), 190 isComplete_(false),
191 target_(target) 191 target_(target)
192 { 192 {
193 } 193 }
194 194