diff options
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h index 228682783..507218f01 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -222,7 +222,8 @@ class CommandHandler final /** * Handle atkhuman command. */ - static void handleAttackHuman(const std::string &args, ChatTab *const tab); + static void handleAttackHuman(const std::string &args, + ChatTab *const tab); /** * Handle closeall command. |