1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 09:16:38 +02:00

Mark types that have no inheritors as final.

This commit is contained in:
Sadie Powell
2024-01-23 13:54:16 +00:00
parent a6a0f6c447
commit 72acef4e15
227 changed files with 771 additions and 771 deletions
+3 -3
View File
@@ -19,7 +19,7 @@ using namespace SQL;
/** A SQLite result
*/
class SQLiteResult
class SQLiteResult final
: public Result
{
public:
@@ -39,7 +39,7 @@ public:
/** A SQLite database, there can be multiple
*/
class SQLiteService
class SQLiteService final
: public Provider
{
std::map<Anope::string, std::set<Anope::string> > active_schema;
@@ -70,7 +70,7 @@ public:
Anope::string FromUnixtime(time_t) override;
};
class ModuleSQLite
class ModuleSQLite final
: public Module
{
/* SQL connections */