mirror of
https://github.com/anope/anope.git
synced 2026-06-30 19:26:38 +02:00
Fixed non-debug build
This commit is contained in:
@@ -55,7 +55,7 @@ struct HostRequest : ExtensibleItem, Serializable
|
||||
|
||||
HostRequest *req;
|
||||
if (obj)
|
||||
req = debug_cast<HostRequest *>(obj);
|
||||
req = anope_dynamic_static_cast<HostRequest *>(obj);
|
||||
else
|
||||
req = new HostRequest;
|
||||
req->nick = na->nick;
|
||||
|
||||
Reference in New Issue
Block a user