Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / examine_content_job.h
index 145f480486df76f2866c56fe3049ab391d929f41..0f4da2457c646fff9fb47ee0efb50a74820ed033 100644 (file)
@@ -27,7 +27,6 @@ class ExamineContentJob : public Job
 {
 public:
        ExamineContentJob (boost::shared_ptr<const Film>, boost::shared_ptr<Content>);
-       ~ExamineContentJob ();
 
        std::string name () const;
        std::string json_name () const;
@@ -36,4 +35,3 @@ public:
 private:
        boost::shared_ptr<Content> _content;
 };
-