summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xline.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xline.h b/include/xline.h
index 8b718ba93..59f151864 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -42,6 +42,7 @@ class CoreExport XLine : public Serialize::Object
std::regex *regex = nullptr;
using Serialize::Object::Object;
+ void Delete() override;
~XLine();
@@ -98,7 +99,7 @@ class XLineType : public Serialize::Type<XLine>
, mask(this, "mask", &XLine::mask)
, by(this, "by", &XLine::by)
, reason(this, "reason", &XLine::reason)
- , id(this, "id", &XLine::id)
+ , id(this, "akillid", &XLine::id)
, created(this, "created", &XLine::created)
, expires(this, "expires", &XLine::expires)
{