aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandError.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandError.hxx')
-rw-r--r--src/CommandError.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CommandError.hxx b/src/CommandError.hxx
index 04d0aeb21..06f76390a 100644
--- a/src/CommandError.hxx
+++ b/src/CommandError.hxx
@@ -22,17 +22,17 @@
#include "command.h"
#include "PlaylistError.hxx"
-#include "gerror.h"
class Client;
+class Error;
enum command_return
print_playlist_result(Client *client, enum playlist_result result);
/**
- * Send the GError to the client and free the GError.
+ * Send the #Error to the client.
*/
enum command_return
-print_error(Client *client, GError *error);
+print_error(Client *client, const Error &error);
#endif