diff options
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 8b0461e3f..7dde927af 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -37,9 +37,9 @@ public: class VideoContent : public virtual Content { public: - VideoContent (Time); - VideoContent (boost::filesystem::path); - VideoContent (boost::shared_ptr<const cxml::Node>); + VideoContent (boost::shared_ptr<const Film>, Time, ContentVideoFrame); + VideoContent (boost::shared_ptr<const Film>, boost::filesystem::path); + VideoContent (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>); VideoContent (VideoContent const &); void as_xml (xmlpp::Node *) const; |
