diff Applications/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 1638:754ef576d945

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 16:26:47 +0100
parents 4fb8fdf03314
children 77038e2bd074
line wrap: on
line diff
--- a/Applications/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h	Tue Nov 10 16:25:20 2020 +0100
+++ b/Applications/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h	Tue Nov 10 16:26:47 2020 +0100
@@ -8,7 +8,7 @@
  * modify it under the terms of the GNU General Public License as
  * published by the Free Software Foundation, either version 3 of the
  * License, or (at your option) any later version.
- *
+ * 
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -38,7 +38,7 @@
 /**
  * The definition of ORTHANC_PLUGINS_VERSION_IS_ABOVE below is for
  * backward compatibility with Orthanc SDK <= 1.3.0.
- *
+ * 
  *   $ hg diff -r Orthanc-1.3.0:Orthanc-1.3.1 ../../../Plugins/Include/orthanc/OrthancCPlugin.h
  *
  **/
@@ -779,7 +779,7 @@
     void UpdateProgress(float progress);
     
   public:
-    OrthancJob(const std::string& jobType);
+    explicit OrthancJob(const std::string& jobType);
     
     virtual ~OrthancJob()
     {