mirror of
https://github.com/anope/anope.git
synced 2026-07-04 20:53:12 +02:00
Mark types that have no inheritors as final.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "httpd.h"
|
||||
|
||||
class XMLRPCRequest
|
||||
class XMLRPCRequest final
|
||||
{
|
||||
std::map<Anope::string, Anope::string> replies;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user