mirror of
https://github.com/anope/anope.git
synced 2026-07-03 19:43:12 +02:00
Mark types that have no inheritors as final.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
class CommandNSUpdate
|
||||
class CommandNSUpdate final
|
||||
: public Command
|
||||
{
|
||||
public:
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class NSUpdate
|
||||
class NSUpdate final
|
||||
: public Module
|
||||
{
|
||||
CommandNSUpdate commandnsupdate;
|
||||
|
||||
Reference in New Issue
Block a user