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/stereo_picture_asset.h | |
| parent | 242d42f32a1fbcf9fb1fe64d8c98e907e407703d (diff) | |
No-op: whitespace.
Diffstat (limited to 'src/stereo_picture_asset.h')
| -rw-r--r-- | src/stereo_picture_asset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stereo_picture_asset.h b/src/stereo_picture_asset.h index 2fe893de..533be758 100644 --- a/src/stereo_picture_asset.h +++ b/src/stereo_picture_asset.h @@ -23,8 +23,8 @@ #include "picture_asset.h" namespace dcp { - -/** A 3D (stereoscopic) picture asset */ + +/** A 3D (stereoscopic) picture asset */ class StereoPictureAsset : public PictureAsset { public: @@ -39,7 +39,7 @@ public: EqualityOptions opt, NoteHandler note ) const; - + boost::shared_ptr<const StereoPictureFrame> get_frame (int n) const; }; |
