summaryrefslogtreecommitdiff
path: root/modules/commands/cs_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_info.cpp')
-rw-r--r--modules/commands/cs_info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp
index 0c5c91091..685538284 100644
--- a/modules/commands/cs_info.cpp
+++ b/modules/commands/cs_info.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandCSInfo
+class CommandCSInfo final
: public Command
{
public:
@@ -84,7 +84,7 @@ public:
}
};
-class CSInfo
+class CSInfo final
: public Module
{
CommandCSInfo commandcsinfo;