summaryrefslogtreecommitdiff
path: root/modules/commands/bs_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/bs_control.cpp')
-rw-r--r--modules/commands/bs_control.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/bs_control.cpp b/modules/commands/bs_control.cpp
index 1230f03e1..32101be6e 100644
--- a/modules/commands/bs_control.cpp
+++ b/modules/commands/bs_control.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandBSSay
+class CommandBSSay final
: public Command
{
public:
@@ -72,7 +72,7 @@ public:
}
};
-class CommandBSAct
+class CommandBSAct final
: public Command
{
public:
@@ -132,7 +132,7 @@ public:
}
};
-class BSControl
+class BSControl final
: public Module
{
CommandBSSay commandbssay;