# HG changeset patch # User Sebastien Jodogne # Date 1603125504 -7200 # Node ID cbce4f43884a9231df4bdb3085a90e2275174846 # Parent 2d6e7471ec7fc8dfa1207803162f8c4dfb04f007 cppcheck diff -r 2d6e7471ec7f -r cbce4f43884a OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h --- a/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h Fri Oct 16 11:12:25 2020 +0200 +++ b/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h Mon Oct 19 18:38:24 2020 +0200 @@ -779,7 +779,7 @@ void UpdateProgress(float progress); public: - OrthancJob(const std::string& jobType); + explicit OrthancJob(const std::string& jobType); virtual ~OrthancJob() {