changeset 4256:cbce4f43884a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Oct 2020 18:38:24 +0200
parents 2d6e7471ec7f
children c046d559edb3
files OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()
     {