Merge branch 'master' into 1.0-seek
[dcpomatic.git] / src / lib / image_content.h
index 88c178faad35578cc5e7143f334c9feb1d22dbef..ef2bc0447c9262e13357154f5f3c313996bccfb3 100644 (file)
@@ -45,7 +45,7 @@ public:
 
        std::string identifier () const;
        
-       void set_video_length (VideoContent::Frame);
+       void set_video_length (VideoFrame);
        bool still () const;
 };