From ae178c77bdc47c954fd9a4b32ffc07fe6c4a8a49 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 24 Apr 2014 10:20:24 +0200 Subject: DatabaseCommands: "list" allows grouping --- src/db/Visitor.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/db/Visitor.hxx') diff --git a/src/db/Visitor.hxx b/src/db/Visitor.hxx index 0ec29bf49..c524f1722 100644 --- a/src/db/Visitor.hxx +++ b/src/db/Visitor.hxx @@ -25,6 +25,7 @@ struct LightDirectory; struct LightSong; struct PlaylistInfo; +struct Tag; class Error; typedef std::function VisitDirectory; @@ -32,6 +33,6 @@ typedef std::function VisitSong; typedef std::function VisitPlaylist; -typedef std::function VisitString; +typedef std::function VisitTag; #endif -- cgit v1.2.3