mirror of
https://github.com/anope/anope.git
synced 2026-07-01 16:06:38 +02:00
Mark types that have no inheritors as final.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
class CommandCSDrop
|
||||
class CommandCSDrop final
|
||||
: public Command
|
||||
{
|
||||
public:
|
||||
@@ -82,7 +82,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class CSDrop
|
||||
class CSDrop final
|
||||
: public Module
|
||||
{
|
||||
CommandCSDrop commandcsdrop;
|
||||
|
||||
Reference in New Issue
Block a user