From a6a0f6c44780c839b2269f4f29a26ecfdbd95544 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 23 Jan 2024 15:28:23 +0000 Subject: Improve the layout of types that inherit from another type. --- modules/commands/cs_enforce.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/commands/cs_enforce.cpp') diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp index 248275a01..dc60e9c5c 100644 --- a/modules/commands/cs_enforce.cpp +++ b/modules/commands/cs_enforce.cpp @@ -13,7 +13,8 @@ #include "module.h" -class CommandCSEnforce : public Command +class CommandCSEnforce + : public Command { private: void DoSecureOps(CommandSource &source, ChannelInfo *ci) @@ -262,7 +263,8 @@ public: } }; -class CSEnforce : public Module +class CSEnforce + : public Module { CommandCSEnforce commandcsenforce; -- cgit