diff options
Diffstat (limited to 'modules/chanserv/cs_log.cpp')
-rw-r--r-- | modules/chanserv/cs_log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_log.cpp b/modules/chanserv/cs_log.cpp index b33a1bf44..797c1df35 100644 --- a/modules/chanserv/cs_log.cpp +++ b/modules/chanserv/cs_log.cpp @@ -44,7 +44,7 @@ struct LogSettingTypeImpl final { } - void Serialize(const Serializable *obj, Serialize::Data &data) const override + void Serialize(Serializable *obj, Serialize::Data &data) const override { const auto *ls = static_cast<const LogSettingImpl *>(obj); data.Store("ci", ls->chan); |