summaryrefslogtreecommitdiff
path: root/src/mono_picture_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-27 11:35:53 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-27 11:35:53 +0100
commitf9474637db140eb3d9170185fc79437c8d9914b7 (patch)
tree9f9e9eeaea1dd52c50f21869d8cb5e948787c4b7 /src/mono_picture_frame.h
parent8c7b705e318d888444e5156f627cdc48168d3ac7 (diff)
Use a template for AssetReader.
Diffstat (limited to 'src/mono_picture_frame.h')
-rw-r--r--src/mono_picture_frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mono_picture_frame.h b/src/mono_picture_frame.h
index cb4afd6f..87c5d6ab 100644
--- a/src/mono_picture_frame.h
+++ b/src/mono_picture_frame.h
@@ -36,6 +36,7 @@
*/
#include "types.h"
+#include "mono_picture_asset_reader.h"
#include <boost/shared_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <boost/filesystem.hpp>
@@ -73,7 +74,7 @@ public:
int j2k_size () const;
private:
- friend class MonoPictureAssetReader;
+ friend MonoPictureAssetReader;
MonoPictureFrame (ASDCP::JP2K::MXFReader* reader, int n, boost::shared_ptr<DecryptionContext>);