X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsend_problem_report_job.h;h=5310010aeb96fc669d88cf67007380ff31b0b186;hb=1a721b82d4094c00ee89574e17c58c23c0de8cdd;hp=af1a4b26901688efb7a164050d9de09a5acd9bca;hpb=caf67bef2611a911307267b20dbf3be89ffff71f;p=dcpomatic.git diff --git a/src/lib/send_problem_report_job.h b/src/lib/send_problem_report_job.h index af1a4b269..5310010ae 100644 --- a/src/lib/send_problem_report_job.h +++ b/src/lib/send_problem_report_job.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2015 Carl Hetherington + Copyright (C) 2014-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,24 +18,26 @@ */ + #include "job.h" #include #include + class SendProblemReportJob : public Job { public: SendProblemReportJob ( - boost::shared_ptr film, + std::shared_ptr film, std::string from, std::string summary ); ~SendProblemReportJob (); - std::string name () const; - std::string json_name () const; - void run (); + std::string name () const override; + std::string json_name () const override; + void run () override; private: void add_file (std::string& body, boost::filesystem::path file) const;