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 b56b234ce..279673653 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -221,7 +221,8 @@ class CommandHandler /** * Handle closeall command. */ - static void handleCloseAll(const std::string &args, ChatTab *const tab); + static void handleCloseAll(const std::string &args, + ChatTab *const tab); /** * Handle ignoreall command. |