diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-27 11:35:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-27 11:35:53 +0100 |
| commit | f9474637db140eb3d9170185fc79437c8d9914b7 (patch) | |
| tree | 9f9e9eeaea1dd52c50f21869d8cb5e948787c4b7 /src/stereo_picture_asset.h | |
| parent | 8c7b705e318d888444e5156f627cdc48168d3ac7 (diff) | |
Use a template for AssetReader.
Diffstat (limited to 'src/stereo_picture_asset.h')
| -rw-r--r-- | src/stereo_picture_asset.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stereo_picture_asset.h b/src/stereo_picture_asset.h index 23c49138..fbf4e618 100644 --- a/src/stereo_picture_asset.h +++ b/src/stereo_picture_asset.h @@ -35,11 +35,10 @@ #define LIBDCP_STEREO_PICTURE_ASSET_H #include "picture_asset.h" +#include "stereo_picture_asset_reader.h" namespace dcp { -class StereoPictureAssetReader; - /** A 3D (stereoscopic) picture asset */ class StereoPictureAsset : public PictureAsset { |
