comparison OrthancServer/Sources/LuaScripting.cpp @ 5460:1474fd6ea6c6

CppCheck
author Alain Mazy <am@osimis.io>
date Mon, 11 Dec 2023 12:03:48 +0100
parents 9ffd6d18daf3
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5458:d7c9c85d78dc 5460:1474fd6ea6c6
243 { 243 {
244 private: 244 private:
245 JobEvent event_; 245 JobEvent event_;
246 246
247 public: 247 public:
248 LuaJobEvent(const JobEvent& event) : 248 explicit LuaJobEvent(const JobEvent& event) :
249 event_(event) 249 event_(event)
250 { 250 {
251 } 251 }
252 252
253 virtual void Apply(LuaScripting& that) ORTHANC_OVERRIDE 253 virtual void Apply(LuaScripting& that) ORTHANC_OVERRIDE