aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/CommandError.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command/CommandError.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/CommandError.hxx b/src/command/CommandError.hxx
index 6c42ed960..e33386078 100644
--- a/src/command/CommandError.hxx
+++ b/src/command/CommandError.hxx
@@ -23,16 +23,16 @@
#include "CommandResult.hxx"
#include "PlaylistError.hxx"
-class Client;
+class Response;
class Error;
CommandResult
-print_playlist_result(Client &client, PlaylistResult result);
+print_playlist_result(Response &r, PlaylistResult result);
/**
* Send the #Error to the client.
*/
CommandResult
-print_error(Client &client, const Error &error);
+print_error(Response &r, const Error &error);
#endif