mirror of
https://github.com/anope/anope.git
synced 2026-07-09 16:23:12 +02:00
Fixed non-debug build
This commit is contained in:
@@ -50,7 +50,7 @@ struct ChanSuspend : ExtensibleItem, Serializable
|
||||
|
||||
ChanSuspend *cs;
|
||||
if (obj)
|
||||
cs = debug_cast<ChanSuspend *>(obj);
|
||||
cs = anope_dynamic_static_cast<ChanSuspend *>(obj);
|
||||
else
|
||||
cs = new ChanSuspend();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user