From e52f18d28d90c9deba31a441d566db94be0571b2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Jul 2014 23:34:44 +0100 Subject: Fix some warnings. --- src/content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content.cc') 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 other, EqualityOptions opt, boost::function note) const +Content::equals (shared_ptr other, EqualityOptions opt, boost::function note) const { if (!Asset::equals (other, opt, note)) { return false; -- cgit v1.2.3