aboutsummaryrefslogtreecommitdiffstats
path: root/src/StickerCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/StickerCommands.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/StickerCommands.hxx b/src/StickerCommands.hxx
index 0aaa74de0..fb91a8ad3 100644
--- a/src/StickerCommands.hxx
+++ b/src/StickerCommands.hxx
@@ -20,11 +20,11 @@
#ifndef MPD_STICKER_COMMANDS_HXX
#define MPD_STICKER_COMMANDS_HXX
-#include "command.h"
+#include "CommandResult.hxx"
class Client;
-enum command_return
+CommandResult
handle_sticker(Client &client, int argc, char *argv[]);
#endif