summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel.h b/src/reel.h
index 58caed31..08a438dd 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -54,7 +54,7 @@ public:
void write_to_cpl (std::ostream & s) const;
- std::list<std::string> equals (boost::shared_ptr<const Reel> other, EqualityOptions opt) const;
+ bool equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, std::list<std::string>& notes) const;
private:
boost::shared_ptr<const PictureAsset> _main_picture;