diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h index 1c7816cee..f4bbf84d3 100644 --- a/src/commands.h +++ b/src/commands.h @@ -41,7 +41,7 @@ extern ChatTab *localChatTab; typedef void (*CommandFuncPtr) (const std::string &args, ChatTab *const tab); -struct CommandInfo +struct CommandInfo final { const char *name; CommandFuncPtr func; |