More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / examine_content_job.h
index 145f480486df76f2866c56fe3049ab391d929f41..42496372638878773e61f962524d78848b89057d 100644 (file)
@@ -27,13 +27,15 @@ 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;
        void run ();
 
+       boost::shared_ptr<Content> content () const {
+               return _content;
+       }
+
 private:
        boost::shared_ptr<Content> _content;
 };
-