From 3e8047e5831b4cc7dabae596746066698ad7c8cd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 23:06:20 +0100 Subject: Directory: rename struct directory to Directory --- src/DatabaseVisitor.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/DatabaseVisitor.hxx') diff --git a/src/DatabaseVisitor.hxx b/src/DatabaseVisitor.hxx index c10deae19..c90441415 100644 --- a/src/DatabaseVisitor.hxx +++ b/src/DatabaseVisitor.hxx @@ -24,13 +24,13 @@ #include -struct directory; +struct Directory; struct song; struct PlaylistInfo; -typedef std::function VisitDirectory; +typedef std::function VisitDirectory; typedef std::function VisitSong; -typedef std::function VisitPlaylist; typedef std::function VisitString; -- cgit v1.2.3