openjpeg-cdist bump again.
[libdcp.git] / src / mxf.h
index 4fbc14952a17d1a893e5adaa9f8ed04605246f46..f7b94bd2555cdb8faee3081a41de8c25b5fa43b8 100644 (file)
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -49,11 +49,8 @@ public:
        MXF (boost::filesystem::path file);
        ~MXF ();
 
-       /** @return the 4-character key type for this MXF (MDIK, MDAK, etc.) */
-       virtual std::string key_type () const = 0;
-       
        bool equals (
-               boost::shared_ptr<const Content> other,
+               boost::shared_ptr<const Asset> other,
                EqualityOptions opt,
                boost::function<void (NoteType, std::string)> note
                ) const;