const fix; header guard.
[dcpomatic.git] / src / lib / j2k_image_proxy.h
index 191d759db8d5453746a72b15691188992b9987e2..bb8c216e3d76bf5b2770705a7fa75f1ce930eb9e 100644 (file)
 #include "data.h"
 #include <dcp/util.h>
 
+namespace dcp {
+       class MonoPictureFrame;
+       class StereoPictureFrame;
+}
+
 class Data;
 
 class J2KImageProxy : public ImageProxy
@@ -46,6 +51,10 @@ public:
        }
 
 private:
+       friend struct client_server_test_j2k;
+
+       J2KImageProxy (Data data, dcp::Size size);
+
        Data _data;
        dcp::Size _size;
        boost::optional<dcp::Eye> _eye;