summaryrefslogtreecommitdiff
path: root/src/content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-20 23:34:44 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-20 23:34:44 +0100
commite52f18d28d90c9deba31a441d566db94be0571b2 (patch)
tree9c716e7a4a95ce2523272da3131cac17d00e5e03 /src/content.cc
parente4a1a0752cbf009c9fea6ac9f2f7fe1a53bc4245 (diff)
Fix some warnings.
Diffstat (limited to 'src/content.cc')
-rw-r--r--src/content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content.cc b/src/content.cc
index 8a654670..265778bf 100644
--- a/src/content.cc
+++ b/src/content.cc
@@ -38,7 +38,7 @@ Content::Content (boost::filesystem::path file)
}
bool
-Content::equals (shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
+Content::equals (shared_ptr<const Asset> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
{
if (!Asset::equals (other, opt, note)) {
return false;