Various hacks.
[dcpomatic.git] / src / lib / video_content.h
index 67217e10c3838cf020136a118a72772bd93255ac..8b0461e3fb3ab1349ca03d7ba789cef7b6853a0a 100644 (file)
@@ -37,6 +37,7 @@ public:
 class VideoContent : public virtual Content
 {
 public:
+       VideoContent (Time);
        VideoContent (boost::filesystem::path);
        VideoContent (boost::shared_ptr<const cxml::Node>);
        VideoContent (VideoContent const &);