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