diff options
Diffstat (limited to 'modules/commands/ms_read.cpp')
-rw-r--r-- | modules/commands/ms_read.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/ms_read.cpp b/modules/commands/ms_read.cpp index 496bf38a7..5e9c8fd83 100644 --- a/modules/commands/ms_read.cpp +++ b/modules/commands/ms_read.cpp @@ -47,7 +47,7 @@ static void rsend_notify(CommandSource &source, MemoInfo *mi, Memo *m, const Ano m->receipt = false; } -class MemoListCallback +class MemoListCallback final : public NumberList { CommandSource &source; @@ -105,7 +105,7 @@ public: } }; -class CommandMSRead +class CommandMSRead final : public Command { public: @@ -211,7 +211,7 @@ public: } }; -class MSRead +class MSRead final : public Module { CommandMSRead commandmsread; |