From ff38c8737a36e5aced5f2dede5bccd2832fc446a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 30 Aug 2013 17:27:22 +0100 Subject: Partial. --- src/reel.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/reel.h') 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); boost::shared_ptr main_picture () const { return _main_picture; -- cgit v1.2.3