diff options
Diffstat (limited to 'modules/commands/ns_alist.cpp')
-rw-r--r-- | modules/commands/ns_alist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ns_alist.cpp b/modules/commands/ns_alist.cpp index dc05360a4..e4adfb870 100644 --- a/modules/commands/ns_alist.cpp +++ b/modules/commands/ns_alist.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandNSAList +class CommandNSAList final : public Command { static bool ChannelSort(ChannelInfo *ci1, ChannelInfo *ci2) @@ -132,7 +132,7 @@ public: } }; -class NSAList +class NSAList final : public Module { CommandNSAList commandnsalist; |