summaryrefslogtreecommitdiff
path: root/src/mxf.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-21 13:47:40 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-21 13:47:40 +0100
commit19356a292ba53b6d40270b1e74af5dad2304dbd5 (patch)
tree5632234ec4ce2106284f5c23e5af2d110c996c44 /src/mxf.cc
parent26f6ead44ff6bcb259c1755f91beb0a9e3eee988 (diff)
Various fix-ups and warning fixes from OS X.
Diffstat (limited to 'src/mxf.cc')
-rw-r--r--src/mxf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf.cc b/src/mxf.cc
index f5282f1c..f4d4a490 100644
--- a/src/mxf.cc
+++ b/src/mxf.cc
@@ -92,7 +92,7 @@ MXF::fill_writer_info (ASDCP::WriterInfo* writer_info, Standard standard)
}
bool
-MXF::equals (shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
+MXF::equals (shared_ptr<const Asset> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
{
if (!Content::equals (other, opt, note)) {
return false;