diff OrthancServer/Sources/ServerJobs/DicomMoveScuJob.cpp @ 4205:d962a2996637

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 17:58:19 +0200
parents 05b8fd21089c
children 171af1567473
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/DicomMoveScuJob.cpp	Thu Sep 17 16:18:01 2020 +0200
+++ b/OrthancServer/Sources/ServerJobs/DicomMoveScuJob.cpp	Thu Sep 17 17:58:19 2020 +0200
@@ -78,12 +78,12 @@
     DicomMoveScuJob&   that_;
 
   public:
-    Unserializer(DicomMoveScuJob&  that) :
+    explicit Unserializer(DicomMoveScuJob&  that) :
       that_(that)
     {
     }
 
-    virtual ICommand* Unserialize(const Json::Value& source) const
+    virtual ICommand* Unserialize(const Json::Value& source) const ORTHANC_OVERRIDE
     {
       DicomMap findAnswer;
       findAnswer.Unserialize(source);