mirror of
https://github.com/anope/anope.git
synced 2026-07-06 08:13:13 +02:00
Fixed non-debug build
This commit is contained in:
@@ -61,7 +61,7 @@ struct SeenInfo : Serializable
|
||||
{
|
||||
SeenInfo *s;
|
||||
if (obj)
|
||||
s = debug_cast<SeenInfo *>(obj);
|
||||
s = anope_dynamic_static_cast<SeenInfo *>(obj);
|
||||
else
|
||||
s = new SeenInfo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user