diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 01:06:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 01:06:04 +0100 |
| commit | 9e523d8a4062ad52330dff6c2ba50e54184c9bb2 (patch) | |
| tree | cc10da19d90f9ad1d17066e152602c3f88e5bf2b /src/reel.h | |
| parent | 242d42f32a1fbcf9fb1fe64d8c98e907e407703d (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -41,12 +41,12 @@ class ReelSoundAsset; class ReelSubtitleAsset; class Content; -/** @brief A reel within a DCP; the part which actually refers to picture, sound and subtitle data */ +/** @brief A reel within a DCP; the part which actually refers to picture, sound and subtitle data */ class Reel : public Object { public: Reel () {} - + Reel ( boost::shared_ptr<ReelPictureAsset> picture, boost::shared_ptr<ReelSoundAsset> sound, @@ -58,7 +58,7 @@ public: {} Reel (boost::shared_ptr<const cxml::Node>); - + boost::shared_ptr<ReelPictureAsset> main_picture () const { return _main_picture; } @@ -66,7 +66,7 @@ public: boost::shared_ptr<ReelSoundAsset> main_sound () const { return _main_sound; } - + boost::shared_ptr<ReelSubtitleAsset> main_subtitle () const { return _main_subtitle; } |
