From 9d312ab208f797a69c8366f4a961d6cb3228cecb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 00:02:09 +0100 Subject: PlaylistFile: reuse classes PlaylistInfo and PlaylistVector .. instead of rolling own classes. --- src/OtherCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OtherCommands.cxx') diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx index 32d51c42..9de61675 100644 --- a/src/OtherCommands.cxx +++ b/src/OtherCommands.cxx @@ -57,7 +57,7 @@ extern "C" { #include static void -print_spl_list(Client *client, const PlaylistFileList &list) +print_spl_list(Client *client, const PlaylistVector &list) { for (const auto &i : list) { client_printf(client, "playlist: %s\n", i.name.c_str()); -- cgit v1.2.3