summaryrefslogtreecommitdiff
path: root/src/subtitle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle.h')
-rw-r--r--src/subtitle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle.h b/src/subtitle.h
index d42a54b7..5b7a4f13 100644
--- a/src/subtitle.h
+++ b/src/subtitle.h
@@ -125,7 +125,7 @@ public:
_fade_down_time = t;
}
- virtual bool equals(std::shared_ptr<const dcp::Subtitle> other, EqualityOptions options, NoteHandler note) const;
+ virtual bool equals(std::shared_ptr<const dcp::Subtitle> other, EqualityOptions const& options, NoteHandler note) const;
protected: