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/os_oper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/os_oper.cpp') diff --git a/modules/commands/os_oper.cpp b/modules/commands/os_oper.cpp index 22560dd18..fe9b06f9f 100644 --- a/modules/commands/os_oper.cpp +++ b/modules/commands/os_oper.cpp @@ -43,7 +43,7 @@ struct MyOper : Oper, Serializable MyOper *myo; if (obj) - myo = debug_cast(obj); + myo = anope_dynamic_static_cast(obj); else myo = new MyOper(nc->display, ot); nc->o = myo; -- cgit