Various attempts to clean up DCP comparison code.
[libdcp.git] / src / sound_mxf.h
index 50d109570e0c02b5f1af4995f89b6d6a61c06d7e..d6978953f6ffaeb18e6fc6eea3ce39137498fe9f 100644 (file)
@@ -46,7 +46,7 @@ public:
        boost::shared_ptr<SoundMXFWriter> start_write (boost::filesystem::path file, Standard standard);
        
        bool equals (
-               boost::shared_ptr<const Content> other,
+               boost::shared_ptr<const Asset> other,
                EqualityOptions opt,
                boost::function<void (NoteType, std::string)> note
                ) const;
@@ -64,7 +64,6 @@ public:
        }
 
 private:
-       std::string key_type () const;
        std::string asdcp_kind () const {
                return "Sound";
        }