diff options
Diffstat (limited to 'src/command/StickerCommands.hxx')
-rw-r--r-- | src/command/StickerCommands.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/StickerCommands.hxx b/src/command/StickerCommands.hxx index ab8ac0db1..cf46cd034 100644 --- a/src/command/StickerCommands.hxx +++ b/src/command/StickerCommands.hxx @@ -25,6 +25,6 @@ class Client; CommandResult -handle_sticker(Client &client, int argc, char *argv[]); +handle_sticker(Client &client, unsigned argc, char *argv[]); #endif |