diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-30 17:27:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-30 17:27:22 +0100 |
| commit | ff38c8737a36e5aced5f2dede5bccd2832fc446a (patch) | |
| tree | 652a0548b76cfff2f4e7438c477cd4ac18f7a089 /src/reel.h | |
| parent | d0e025d26cab0eecfea1528343638dac69f363cd (diff) | |
Partial.rework-again
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; |
