diff options
Diffstat (limited to 'include/xline.h')
-rw-r--r-- | include/xline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xline.h b/include/xline.h index 59f151864..0ed39946c 100644 --- a/include/xline.h +++ b/include/xline.h @@ -89,7 +89,7 @@ class XLineType : public Serialize::Type<XLine> { using Serialize::Field<XLine, Anope::string>::Field; - void OnSet(XLine *s, const Anope::string &value) override; + void OnSet(XLine *s, Anope::string *old, const Anope::string &value) override; } mask; Serialize::Field<XLine, Anope::string> by, reason, id; Serialize::Field<XLine, time_t> created, expires; |