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_string.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/subtitle_string.h') diff --git a/src/subtitle_string.h b/src/subtitle_string.h index f6c39836..0ffa6ec5 100644 --- a/src/subtitle_string.h +++ b/src/subtitle_string.h @@ -188,6 +188,8 @@ public: _effect_colour = c; } + bool equals(std::shared_ptr other_sub, EqualityOptions options, NoteHandler node) const override; + private: /** font ID */ boost::optional _font; -- cgit v1.2.3