diff options
Diffstat (limited to 'modules/commands/os_kill.cpp')
-rw-r--r-- | modules/commands/os_kill.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/os_kill.cpp b/modules/commands/os_kill.cpp index 40c640826..6d57387a1 100644 --- a/modules/commands/os_kill.cpp +++ b/modules/commands/os_kill.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandOSKill +class CommandOSKill final : public Command { public: @@ -53,7 +53,7 @@ public: } }; -class OSKill +class OSKill final : public Module { CommandOSKill commandoskill; |