diff options
Diffstat (limited to 'modules/commands/os_oper.cpp')
-rw-r--r-- | modules/commands/os_oper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/os_oper.cpp b/modules/commands/os_oper.cpp index c493b8c82..7f18da9ac 100644 --- a/modules/commands/os_oper.cpp +++ b/modules/commands/os_oper.cpp @@ -11,7 +11,7 @@ #include "module.h" -struct MyOper +struct MyOper final : Oper , Serializable { @@ -48,7 +48,7 @@ struct MyOper } }; -class CommandOSOper +class CommandOSOper final : public Command { bool HasPrivs(CommandSource &source, OperType *ot) const @@ -255,7 +255,7 @@ public: } }; -class OSOper +class OSOper final : public Module { Serialize::Type myoper_type; |