From 82644cd319e46e35a7b4e3b4a61fac2465a2ea66 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 2 Jun 2014 22:15:12 +0300 Subject: Add missing final/notfinal to classes. --- src/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands.h') 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; -- cgit v1.2.3-60-g2f50