summaryrefslogtreecommitdiff
path: root/src/content.cc
diff options
context:
space:
mode:
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;