diff options
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<const cxml::Node>); VideoContent (VideoContent const &); |
