summaryrefslogtreecommitdiff
path: root/src/mono_picture_mxf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_picture_mxf.cc')
-rw-r--r--src/mono_picture_mxf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_mxf.cc b/src/mono_picture_mxf.cc
index 815d8820..b2042fa5 100644
--- a/src/mono_picture_mxf.cc
+++ b/src/mono_picture_mxf.cc
@@ -68,7 +68,7 @@ MonoPictureMXF::get_frame (int n) const
}
bool
-MonoPictureMXF::equals (shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
+MonoPictureMXF::equals (shared_ptr<const Asset> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
{
if (!MXF::equals (other, opt, note)) {
return false;