summaryrefslogtreecommitdiff
path: root/modules/commands/cs_seen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_seen.cpp')
-rw-r--r--modules/commands/cs_seen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_seen.cpp b/modules/commands/cs_seen.cpp
index 3f7b276f7..ec3ac708f 100644
--- a/modules/commands/cs_seen.cpp
+++ b/modules/commands/cs_seen.cpp
@@ -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();