diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-21 13:47:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-21 13:47:40 +0100 |
| commit | 19356a292ba53b6d40270b1e74af5dad2304dbd5 (patch) | |
| tree | 5632234ec4ce2106284f5c23e5af2d110c996c44 /src/mxf.cc | |
| parent | 26f6ead44ff6bcb259c1755f91beb0a9e3eee988 (diff) | |
Various fix-ups and warning fixes from OS X.
Diffstat (limited to 'src/mxf.cc')
| -rw-r--r-- | src/mxf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
