summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-22 12:32:52 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-22 12:32:52 +0100
commitc70373ba74504ae39453c2a41ce1ab047fd441b4 (patch)
tree020b40133c93a797341b7a19c46c787f449cebe1 /src/reel.h
parentdbdef419973ea00817022a4352126925025857dd (diff)
Rough support for 3D.
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel.h b/src/reel.h
index 28d827f8..2148e122 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -23,7 +23,7 @@
namespace libdcp {
-class PictureAsset;
+class PictureAsset;
class SoundAsset;
class SubtitleAsset;
@@ -43,7 +43,7 @@ public:
boost::shared_ptr<const PictureAsset> main_picture () const {
return _main_picture;
}
-
+
boost::shared_ptr<const SoundAsset> main_sound () const {
return _main_sound;
}