X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fpicture_mxf.h;h=bf8fcf763f5a0824055e2ff32d89a7c3a16bd203;hb=595d4fbfee788edfad7f9f8dfe7e76ee634c1a94;hp=1ce2e7de08836d061a6f1af42bc70824be8f458d;hpb=ac265d3d008328b9bdaf00c39ebcd86f263605c7;p=libdcp.git diff --git a/src/picture_mxf.h b/src/picture_mxf.h index 1ce2e7de..bf8fcf76 100644 --- a/src/picture_mxf.h +++ b/src/picture_mxf.h @@ -31,7 +31,7 @@ namespace ASDCP { namespace JP2K { - class PictureDescriptor; + struct PictureDescriptor; } } @@ -102,7 +102,6 @@ protected: Fraction _screen_aspect_ratio; private: - std::string key_type () const; std::string asdcp_kind () const { return "Picture"; }