Merge master.
[dcpomatic.git] / src / lib / image.h
index 23b88dd7601066c022bb457f116b8c252c7be256..6c539164109a883e40b864a108a2a90810fd9fc3 100644 (file)
@@ -75,8 +75,10 @@ public:
                return _pixel_format;
        }
 
+       std::string digest () const;
+
 private:
-       friend class pixel_formats_test;
+       friend struct pixel_formats_test;
        
        void allocate ();
        void swap (Image &);