Innocuous build fixes.
[dcpomatic.git] / src / lib / dcp_content.h
index f4445ad53045cb5d733017b7e5ae3519cf6f2ad2..04352b269bb884e2a332187d90c70c357216dc9d 100644 (file)
@@ -77,9 +77,7 @@ public:
                return false;
        }
 
-       double subtitle_video_frame_rate () const {
-               return video_frame_rate ();
-       }
+       double subtitle_video_frame_rate () const;
 
        boost::filesystem::path directory () const;
 
@@ -123,6 +121,8 @@ public:
 
        bool can_reference_subtitle (std::list<std::string> &) const;
 
+       boost::shared_ptr<VideoContent> video;
+
 protected:
        void add_properties (std::list<UserProperty>& p) const;