From c772bc45c60be3f559cdd42a9628f37f15da0a17 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 19:50:54 +0200 Subject: PlaylistError: convert playlist_result to a strictly-typed enum --- src/CommandError.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CommandError.hxx') diff --git a/src/CommandError.hxx b/src/CommandError.hxx index 99de5c6b5..507250500 100644 --- a/src/CommandError.hxx +++ b/src/CommandError.hxx @@ -27,7 +27,7 @@ class Client; class Error; enum command_return -print_playlist_result(Client &client, enum playlist_result result); +print_playlist_result(Client &client, PlaylistResult result); /** * Send the #Error to the client. -- cgit v1.2.3