From 81daf10958b05fc0d617d421617da33ab45f2f4c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Jul 2014 15:49:51 +0100 Subject: Fix up some equals() prototype confusion. --- src/subtitle_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/subtitle_content.h') diff --git a/src/subtitle_content.h b/src/subtitle_content.h index b05fe59c..945eb4d0 100644 --- a/src/subtitle_content.h +++ b/src/subtitle_content.h @@ -51,7 +51,7 @@ public: SubtitleContent (std::string movie_title, std::string language); bool equals ( - boost::shared_ptr, + boost::shared_ptr, EqualityOptions, boost::function note ) const { -- cgit v1.2.3