mirror of
https://github.com/anope/anope.git
synced 2026-06-27 02:16:38 +02:00
Fixed non-debug build
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ Serializable* ChanAccess::unserialize(Serializable *obj, Serialize::Data &data)
|
||||
|
||||
ChanAccess *access;
|
||||
if (obj)
|
||||
access = debug_cast<ChanAccess *>(obj);
|
||||
access = anope_dynamic_static_cast<ChanAccess *>(obj);
|
||||
else
|
||||
access = const_cast<ChanAccess *>(aprovider->Create());
|
||||
access->provider = aprovider;
|
||||
|
||||
Reference in New Issue
Block a user