Fix some warnings.
[libdcp.git] / src / picture_mxf.h
index 38a1819e6589f7c55208ce0f2e9c189106a1dbb1..bf8fcf763f5a0824055e2ff32d89a7c3a16bd203 100644 (file)
@@ -31,7 +31,7 @@
 
 namespace ASDCP {
        namespace JP2K {
-               class PictureDescriptor;
+               struct PictureDescriptor;
        }
 }
 
@@ -102,7 +102,9 @@ protected:
        Fraction _screen_aspect_ratio;
 
 private:
-       std::string key_type () const;
+       std::string asdcp_kind () const {
+               return "Picture";
+       }
 };