diff options
Diffstat (limited to 'modules/commands/ns_identify.cpp')
-rw-r--r-- | modules/commands/ns_identify.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/ns_identify.cpp b/modules/commands/ns_identify.cpp index 1f9c49eab..e945c6ece 100644 --- a/modules/commands/ns_identify.cpp +++ b/modules/commands/ns_identify.cpp @@ -11,7 +11,7 @@ #include "module.h" -class NSIdentifyRequest +class NSIdentifyRequest final : public IdentifyRequest { CommandSource source; @@ -58,7 +58,7 @@ public: } }; -class CommandNSIdentify +class CommandNSIdentify final : public Command { public: @@ -115,7 +115,7 @@ public: } }; -class NSIdentify +class NSIdentify final : public Module { CommandNSIdentify commandnsidentify; |