summaryrefslogtreecommitdiff
path: root/src/subtitle_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-21 15:49:51 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-21 15:49:51 +0100
commit81daf10958b05fc0d617d421617da33ab45f2f4c (patch)
tree4a47b97df6653f2222fc528b3251bbb592864d8f /src/subtitle_content.h
parent55c649e790b73e3f8d493cd12c346e3bddcba25d (diff)
Fix up some equals() prototype confusion.
Diffstat (limited to 'src/subtitle_content.h')
-rw-r--r--src/subtitle_content.h2
1 files changed, 1 insertions, 1 deletions
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<const Content>,
+ boost::shared_ptr<const Asset>,
EqualityOptions,
boost::function<void (NoteType, std::string)> note
) const {