From 1081ecdae80d10bcac0f8543d665c5579f271e61 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 25 Apr 2012 14:29:50 -0400 Subject: Fixed non-debug build --- modules/commands/hs_request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/hs_request.cpp') diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index e44fa06e2..ae1077a68 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -55,7 +55,7 @@ struct HostRequest : ExtensibleItem, Serializable HostRequest *req; if (obj) - req = debug_cast(obj); + req = anope_dynamic_static_cast(obj); else req = new HostRequest; req->nick = na->nick; -- cgit