mirror of
https://github.com/anope/anope.git
synced 2026-07-01 06:36:39 +02:00
Mark types that have no inheritors as final.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
class CommandHSSet
|
||||
class CommandHSSet final
|
||||
: public Command
|
||||
{
|
||||
public:
|
||||
@@ -105,7 +105,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class CommandHSSetAll
|
||||
class CommandHSSetAll final
|
||||
: public Command
|
||||
{
|
||||
void Sync(const NickAlias *na)
|
||||
@@ -214,7 +214,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class HSSet
|
||||
class HSSet final
|
||||
: public Module
|
||||
{
|
||||
CommandHSSet commandhsset;
|
||||
|
||||
Reference in New Issue
Block a user