mirror of
https://github.com/anope/anope.git
synced 2026-07-08 01:23:14 +02:00
Fixed non-debug build
This commit is contained in:
@@ -43,7 +43,7 @@ struct MyOper : Oper, Serializable
|
||||
|
||||
MyOper *myo;
|
||||
if (obj)
|
||||
myo = debug_cast<MyOper *>(obj);
|
||||
myo = anope_dynamic_static_cast<MyOper *>(obj);
|
||||
else
|
||||
myo = new MyOper(nc->display, ot);
|
||||
nc->o = myo;
|
||||
|
||||
Reference in New Issue
Block a user