X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Freel_markers_asset.h;h=2a1480a2d0d8c3bff22af163651148d73422112d;hb=a1e7f77e8fcfd71cc8bf94d13ceb2decbacc3b50;hp=df87dcce9a7367a59a9020c108042af62654f562;hpb=085d1f2ee3322bde58ed93166d6dbde5c76f44aa;p=libdcp.git diff --git a/src/reel_markers_asset.h b/src/reel_markers_asset.h index df87dcce..2a1480a2 100644 --- a/src/reel_markers_asset.h +++ b/src/reel_markers_asset.h @@ -52,7 +52,7 @@ public: explicit ReelMarkersAsset (std::shared_ptr); xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const override; - bool equals (std::shared_ptr, EqualityOptions, NoteHandler) const; + bool equals(std::shared_ptr, EqualityOptions const&, NoteHandler) const; void set (Marker, Time); void unset (Marker);