diff options
Diffstat (limited to 'modules/commands/os_set.cpp')
-rw-r--r-- | modules/commands/os_set.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/os_set.cpp b/modules/commands/os_set.cpp index df5301c71..db803a6a2 100644 --- a/modules/commands/os_set.cpp +++ b/modules/commands/os_set.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandOSSet +class CommandOSSet final : public Command { private: @@ -254,7 +254,7 @@ public: } }; -class OSSet +class OSSet final : public Module { CommandOSSet commandosset; |