diff options
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |
