diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-21 15:49:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-21 15:49:51 +0100 |
| commit | 81daf10958b05fc0d617d421617da33ab45f2f4c (patch) | |
| tree | 4a47b97df6653f2222fc528b3251bbb592864d8f /src/cpl.h | |
| parent | 55c649e790b73e3f8d493cd12c346e3bddcba25d (diff) | |
Fix up some equals() prototype confusion.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ public: CPL (boost::filesystem::path file); bool equals ( - CPL const & other, + boost::shared_ptr<const Asset> other, EqualityOptions options, boost::function<void (NoteType, std::string)> note ) const; |
