mirror of
https://github.com/anope/anope.git
synced 2026-06-27 03:36:37 +02:00
Mark types that have no inheritors as final.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "bcrypt/crypt_blowfish.c"
|
||||
|
||||
class EBCRYPT
|
||||
class EBCRYPT final
|
||||
: public Module
|
||||
{
|
||||
unsigned int rounds;
|
||||
|
||||
Reference in New Issue
Block a user