summaryrefslogtreecommitdiff
path: root/src/mxf.h
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.h
parent26f6ead44ff6bcb259c1755f91beb0a9e3eee988 (diff)
Various fix-ups and warning fixes from OS X.
Diffstat (limited to 'src/mxf.h')
-rw-r--r--src/mxf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf.h b/src/mxf.h
index 6985342b..f7b94bd2 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -50,7 +50,7 @@ public:
~MXF ();
bool equals (
- boost::shared_ptr<const Content> other,
+ boost::shared_ptr<const Asset> other,
EqualityOptions opt,
boost::function<void (NoteType, std::string)> note
) const;