summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-30 17:27:22 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-30 17:27:22 +0100
commitff38c8737a36e5aced5f2dede5bccd2832fc446a (patch)
tree652a0548b76cfff2f4e7438c477cd4ac18f7a089 /src/reel.h
parentd0e025d26cab0eecfea1528343638dac69f363cd (diff)
Partial.rework-again
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/reel.h b/src/reel.h
index a5e79331..1e1278d6 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -30,6 +30,10 @@ namespace xmlpp {
class Node;
}
+namespace cxml {
+ class Node;
+}
+
namespace libdcp {
class PictureAsset;
@@ -50,6 +54,8 @@ public:
, _main_sound (sound)
, _main_subtitle (subtitle)
{}
+
+ Reel (boost::shared_ptr<cxml::Node>);
boost::shared_ptr<const PictureAsset> main_picture () const {
return _main_picture;