mirror of
https://github.com/anope/anope.git
synced 2026-06-30 02:16:37 +02:00
Mark types that have no inheritors as final.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "module.h"
|
||||
#include "modules/bs_badwords.h"
|
||||
|
||||
class CommandCSClone
|
||||
class CommandCSClone final
|
||||
: public Command
|
||||
{
|
||||
void CopySetting(ChannelInfo *ci, ChannelInfo *target_ci, const Anope::string &setting)
|
||||
@@ -247,7 +247,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class CSClone
|
||||
class CSClone final
|
||||
: public Module
|
||||
{
|
||||
CommandCSClone commandcsclone;
|
||||
|
||||
Reference in New Issue
Block a user