summaryrefslogtreecommitdiff
path: root/src/xline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xline.cpp')
-rw-r--r--src/xline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp
index 02afa597e..6e19e3602 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -229,7 +229,7 @@ XLineManager *XLine::GetManager()
return ServiceManager::Get()->FindService<XLineManager *>(GetType());
}
-void XLineType::Mask::OnSet(XLine *s, const Anope::string &value)
+void XLineType::Mask::OnSet(XLine *s, Anope::string *old, const Anope::string &value)
{
s->Recache(value);
}