From ba161ec572b98d3bcf9f735ff122133319fe896a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 13:25:12 +0200 Subject: song: convert header to C++ --- src/SongFilter.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/SongFilter.hxx') diff --git a/src/SongFilter.hxx b/src/SongFilter.hxx index afec81300..2b53d4524 100644 --- a/src/SongFilter.hxx +++ b/src/SongFilter.hxx @@ -31,7 +31,7 @@ struct tag; struct tag_item; -struct song; +struct Song; class SongFilter { class Item { @@ -71,7 +71,7 @@ class SongFilter { bool Match(const struct tag &tag) const; gcc_pure - bool Match(const song &song) const; + bool Match(const Song &song) const; }; std::list items; @@ -94,7 +94,7 @@ public: bool Match(const tag &tag) const; gcc_pure - bool Match(const song &song) const; + bool Match(const Song &song) const; }; /** -- cgit v1.2.3