X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fsound_mxf.h;h=d6978953f6ffaeb18e6fc6eea3ce39137498fe9f;hb=595d4fbfee788edfad7f9f8dfe7e76ee634c1a94;hp=50d109570e0c02b5f1af4995f89b6d6a61c06d7e;hpb=2f0e6ee9d883abbbc31aca0d1cc80e89eb9b0af2;p=libdcp.git diff --git a/src/sound_mxf.h b/src/sound_mxf.h index 50d10957..d6978953 100644 --- a/src/sound_mxf.h +++ b/src/sound_mxf.h @@ -46,7 +46,7 @@ public: boost::shared_ptr start_write (boost::filesystem::path file, Standard standard); bool equals ( - boost::shared_ptr other, + boost::shared_ptr other, EqualityOptions opt, boost::function note ) const; @@ -64,7 +64,6 @@ public: } private: - std::string key_type () const; std::string asdcp_kind () const { return "Sound"; }