comparison OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 4256:cbce4f43884a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Oct 2020 18:38:24 +0200
parents 36c30a95bc3f
children f7104e9d044c
comparison
equal deleted inserted replaced
4255:2d6e7471ec7f 4256:cbce4f43884a
777 void UpdateSerialized(const Json::Value& serialized); 777 void UpdateSerialized(const Json::Value& serialized);
778 778
779 void UpdateProgress(float progress); 779 void UpdateProgress(float progress);
780 780
781 public: 781 public:
782 OrthancJob(const std::string& jobType); 782 explicit OrthancJob(const std::string& jobType);
783 783
784 virtual ~OrthancJob() 784 virtual ~OrthancJob()
785 { 785 {
786 } 786 }
787 787