From 8c2f3517e868078b551bb01d975f2956cb692fbf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 27 Jan 2014 14:41:33 +0000 Subject: Various tinkerings. --- src/subtitle_content.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/subtitle_content.h') diff --git a/src/subtitle_content.h b/src/subtitle_content.h index b8db0c2c..476f8fe4 100644 --- a/src/subtitle_content.h +++ b/src/subtitle_content.h @@ -46,7 +46,11 @@ public: return "text/xml"; } - virtual bool equals (boost::shared_ptr, EqualityOptions, boost::function note) const { + bool equals ( + boost::shared_ptr, + EqualityOptions, + boost::function note + ) const { /* XXX */ note (ERROR, "subtitle content not compared yet"); return true; -- cgit v1.2.3