comparison OrthancServer/Scheduler/ServerScheduler.cpp @ 2223:29689b30f9ae

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Dec 2016 15:28:05 +0100
parents ed383e7a6753
children a3a65de1840f
comparison
equal deleted inserted replaced
2222:21713ce8717b 2223:29689b30f9ae
45 { 45 {
46 private: 46 private:
47 ListOfStrings& target_; 47 ListOfStrings& target_;
48 48
49 public: 49 public:
50 Sink(ListOfStrings& target) : target_(target) 50 explicit Sink(ListOfStrings& target) : target_(target)
51 { 51 {
52 } 52 }
53 53
54 virtual bool Apply(ListOfStrings& outputs, 54 virtual bool Apply(ListOfStrings& outputs,
55 const ListOfStrings& inputs) 55 const ListOfStrings& inputs)