summaryrefslogtreecommitdiff
path: root/src/stereo_picture_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stereo_picture_frame.h')
-rw-r--r--src/stereo_picture_frame.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h
index 42d88b3f..14c94e2e 100644
--- a/src/stereo_picture_frame.h
+++ b/src/stereo_picture_frame.h
@@ -70,7 +70,10 @@ public:
int right_j2k_size () const;
private:
- friend StereoPictureAssetReader;
+ /* XXX: this is a bit of a shame, but I tried friend StereoPictureAssetReader and it's
+ rejected by some (seemingly older) GCCs.
+ */
+ friend AssetReader<ASDCP::JP2K::MXFSReader, StereoPictureFrame>;
StereoPictureFrame (ASDCP::JP2K::MXFSReader* reader, int n, boost::shared_ptr<DecryptionContext>);