mirror of
https://github.com/anope/anope.git
synced 2026-07-03 15:13:14 +02:00
Made service_reference type safe
This commit is contained in:
@@ -229,7 +229,6 @@ class ModuleXMLRPC : public Module
|
||||
{
|
||||
me = this;
|
||||
|
||||
ModuleManager::RegisterService(&this->xmlrpcinterface);
|
||||
|
||||
Implementation i[] = { I_OnReload };
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
Reference in New Issue
Block a user