summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-23 17:18:49 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-23 17:18:49 +0100
commit64a2f1bb6a7b972607fa363631ef7a47444e8217 (patch)
tree020c028a93f113e372e70f485857ce04dea5db3d /src/lib/video_content.h
parent8c6fe8e1e8c8f6d5932606f2a5b6e1b87681ae38 (diff)
Various bits and pieces.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h6
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;