mirror of
https://github.com/anope/anope.git
synced 2026-06-29 15:36:38 +02:00
Fixed non-debug build
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ Serializable* Memo::unserialize(Serializable *obj, Serialize::Data &data)
|
||||
|
||||
Memo *m;
|
||||
if (obj)
|
||||
m = debug_cast<Memo *>(obj);
|
||||
m = anope_dynamic_static_cast<Memo *>(obj);
|
||||
else
|
||||
m = new Memo();
|
||||
data["owner"] >> m->owner;
|
||||
|
||||
Reference in New Issue
Block a user