diff options
Diffstat (limited to 'src/dcp.cc')
| -rw-r--r-- | src/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -337,7 +337,7 @@ DCP::resolve_refs (vector<shared_ptr<Asset>> assets) bool -DCP::equals (DCP const & other, EqualityOptions opt, NoteHandler note) const +DCP::equals(DCP const & other, EqualityOptions const& opt, NoteHandler note) const { auto a = cpls (); auto b = other.cpls (); |
