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/DatabaseVisitor.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DatabaseVisitor.hxx') diff --git a/src/DatabaseVisitor.hxx b/src/DatabaseVisitor.hxx index c90441415..e36933d7a 100644 --- a/src/DatabaseVisitor.hxx +++ b/src/DatabaseVisitor.hxx @@ -25,11 +25,11 @@ #include struct Directory; -struct song; +struct Song; struct PlaylistInfo; typedef std::function VisitDirectory; -typedef std::function VisitSong; +typedef std::function VisitSong; typedef std::function VisitPlaylist; -- cgit v1.2.3