summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 73ca45bf..b85b0395 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -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;