X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=0f4da2457c646fff9fb47ee0efb50a74820ed033;hb=7b16280edec019d0583b52fab25549a91c3676e6;hp=145f480486df76f2866c56fe3049ab391d929f41;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 145f48048..0f4da2457 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -27,7 +27,6 @@ class ExamineContentJob : public Job { public: ExamineContentJob (boost::shared_ptr, boost::shared_ptr); - ~ExamineContentJob (); std::string name () const; std::string json_name () const; @@ -36,4 +35,3 @@ public: private: boost::shared_ptr _content; }; -