std::shared_ptr
[dcpomatic.git] / src / lib / send_problem_report_job.h
index c4371a54ed4b32014ed8e1a8afd6355ed692f806..4e66cb58b0de5146a00b101644edf514e2fb3089 100644 (file)
@@ -26,11 +26,13 @@ class SendProblemReportJob : public Job
 {
 public:
        SendProblemReportJob (
-               boost::shared_ptr<const Film> film,
+               std::shared_ptr<const Film> film,
                std::string from,
                std::string summary
                );
 
+       ~SendProblemReportJob ();
+
        std::string name () const;
        std::string json_name () const;
        void run ();