summaryrefslogtreecommitdiff
path: root/modules/commands/os_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_update.cpp')
-rw-r--r--modules/commands/os_update.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/os_update.cpp b/modules/commands/os_update.cpp
index aafde628f..b43c5f3cd 100644
--- a/modules/commands/os_update.cpp
+++ b/modules/commands/os_update.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandOSUpdate
+class CommandOSUpdate final
: public Command
{
public:
@@ -38,7 +38,7 @@ public:
}
};
-class OSUpdate
+class OSUpdate final
: public Module
{
CommandOSUpdate commandosupdate;