From 421e8c8c793740aaf34feff761716c1c51d8f04e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 20 Dec 2021 20:00:03 +0000 Subject: Add the final keyword to all remaining classes that can have it. --- include/command_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/command_parse.h') diff --git a/include/command_parse.h b/include/command_parse.h index a6b9f6868..74de719ae 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -31,7 +31,7 @@ * call command handlers by name, and chop up comma separated * parameters into multiple calls. */ -class CoreExport CommandParser +class CoreExport CommandParser final { public: typedef std::unordered_map CommandMap; -- cgit v1.3.1-10-gc9f91