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_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/subtitle_image.h') diff --git a/src/subtitle_image.h b/src/subtitle_image.h index 595320f7..9d74d18c 100644 --- a/src/subtitle_image.h +++ b/src/subtitle_image.h @@ -103,7 +103,7 @@ public: return _file; } - bool equals (std::shared_ptr other, EqualityOptions options, NoteHandler note); + bool equals(std::shared_ptr other_sub, EqualityOptions options, NoteHandler note) const override; private: ArrayData _png_image; -- cgit v1.2.3