mirror of
https://github.com/anope/anope.git
synced 2026-07-09 02:03:14 +02:00
Fix warnings from classes with virtual functions not having virtual destructors
This commit is contained in:
@@ -20,6 +20,7 @@ class XMLRPCServiceInterface;
|
||||
class XMLRPCEvent
|
||||
{
|
||||
public:
|
||||
virtual ~XMLRPCEvent() { }
|
||||
virtual bool Run(XMLRPCServiceInterface *iface, HTTPClient *client, XMLRPCRequest &request) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user