diff options
Diffstat (limited to 'src/reel.cc')
| -rw-r--r-- | src/reel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel.cc b/src/reel.cc index 49fe0360..454028cd 100644 --- a/src/reel.cc +++ b/src/reel.cc @@ -179,7 +179,7 @@ Reel::write_to_cpl (xmlpp::Element* node, Standard standard) const bool -Reel::equals (std::shared_ptr<const Reel> other, EqualityOptions opt, NoteHandler note) const +Reel::equals(std::shared_ptr<const Reel> other, EqualityOptions const& opt, NoteHandler note) const { if ((_main_picture && !other->_main_picture) || (!_main_picture && other->_main_picture)) { note (NoteType::ERROR, "Reel: picture assets differ"); |
