From 504c7ba026dff76f4124effef01f36a528a04bec Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Sep 2022 19:44:32 +0200 Subject: Better subtitle comparisons in tests. --- src/subtitle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/subtitle.h') diff --git a/src/subtitle.h b/src/subtitle.h index c6a628b8..2a8e0322 100644 --- a/src/subtitle.h +++ b/src/subtitle.h @@ -117,6 +117,7 @@ public: _fade_down_time = t; } + virtual bool equals(std::shared_ptr other, EqualityOptions options, NoteHandler note) const; protected: -- cgit v1.2.3