1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 03:46:39 +02:00

Fixed non-debug build

This commit is contained in:
Adam
2012-04-25 14:29:50 -04:00
parent 2370c16f1e
commit 1081ecdae8
40 changed files with 102 additions and 90 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ struct CSMiscData : ExtensibleItem, Serializable
CSMiscData *d;
if (obj)
{
d = debug_cast<CSMiscData *>(obj);
d = anope_dynamic_static_cast<CSMiscData *>(obj);
d->ci = ci;
data["name"] >> d->name;
data["data"] >> d->data;