diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-20 23:34:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-20 23:34:44 +0100 |
| commit | e52f18d28d90c9deba31a441d566db94be0571b2 (patch) | |
| tree | 9c716e7a4a95ce2523272da3131cac17d00e5e03 /src/content.cc | |
| parent | e4a1a0752cbf009c9fea6ac9f2f7fe1a53bc4245 (diff) | |
Fix some warnings.
Diffstat (limited to 'src/content.cc')
| -rw-r--r-- | src/content.cc | 2 |
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; |
