diff options
Diffstat (limited to 'modules/commands/os_modinfo.cpp')
-rw-r--r-- | modules/commands/os_modinfo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/os_modinfo.cpp b/modules/commands/os_modinfo.cpp index 802154945..66b8788af 100644 --- a/modules/commands/os_modinfo.cpp +++ b/modules/commands/os_modinfo.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandOSModInfo +class CommandOSModInfo final : public Command { public: @@ -69,7 +69,7 @@ public: } }; -class CommandOSModList +class CommandOSModList final : public Command { public: @@ -194,7 +194,7 @@ public: } }; -class OSModInfo +class OSModInfo final : public Module { CommandOSModInfo commandosmodinfo; |