summaryrefslogtreecommitdiff
path: root/modules/commands/os_mode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_mode.cpp')
-rw-r--r--modules/commands/os_mode.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/os_mode.cpp b/modules/commands/os_mode.cpp
index 7140f5246..964234dac 100644
--- a/modules/commands/os_mode.cpp
+++ b/modules/commands/os_mode.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandOSMode
+class CommandOSMode final
: public Command
{
public:
@@ -136,7 +136,7 @@ public:
}
};
-class CommandOSUMode
+class CommandOSUMode final
: public Command
{
public:
@@ -175,7 +175,7 @@ public:
}
};
-class OSMode
+class OSMode final
: public Module
{
CommandOSMode commandosmode;