More tests.
[libdcp.git] / src / stereo_picture_mxf.cc
index 0188e4e7876cb60fba975255a1043753150e6184..726b0feeea052365b33426ae2e40de5f43a5d328 100644 (file)
@@ -74,7 +74,7 @@ StereoPictureMXF::start_write (boost::filesystem::path file, Standard standard,
 }
 
 bool
-StereoPictureMXF::equals (shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
+StereoPictureMXF::equals (shared_ptr<const Asset> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
 {
        if (!MXF::equals (other, opt, note)) {
                return false;