X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=8b0461e3fb3ab1349ca03d7ba789cef7b6853a0a;hb=596441a4e8cf03a88113646ca6da2f90e721a38b;hp=67217e10c3838cf020136a118a72772bd93255ac;hpb=b9f6e9512017dc1ecd3a42aa1ef3c6058608cef5;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 67217e10c..8b0461e3f 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -37,6 +37,7 @@ public: class VideoContent : public virtual Content { public: + VideoContent (Time); VideoContent (boost::filesystem::path); VideoContent (boost::shared_ptr); VideoContent (VideoContent const &);