summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
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;