aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/StickerCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command/StickerCommands.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/StickerCommands.hxx b/src/command/StickerCommands.hxx
index 8b7a8f7bf..51682d29f 100644
--- a/src/command/StickerCommands.hxx
+++ b/src/command/StickerCommands.hxx
@@ -23,9 +23,9 @@
#include "CommandResult.hxx"
class Client;
-template<typename T> struct ConstBuffer;
+class Request;
CommandResult
-handle_sticker(Client &client, ConstBuffer<const char *> args);
+handle_sticker(Client &client, Request args);
#endif