Cleanup: pass EqualityOptions as const&
[libdcp.git] / src / cpl.cc
index 86b738d99fe843d0850488f7fb57babb2203fab5..f1f01b42a7c3a9ca9ee384eb83a0386820c7da64 100644 (file)
@@ -608,7 +608,7 @@ CPL::reel_file_assets () const
 
 
 bool
-CPL::equals (shared_ptr<const Asset> other, EqualityOptions opt, NoteHandler note) const
+CPL::equals(shared_ptr<const Asset> other, EqualityOptions const& opt, NoteHandler note) const
 {
        auto other_cpl = dynamic_pointer_cast<const CPL>(other);
        if (!other_cpl) {