aboutsummaryrefslogtreecommitdiff
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-06-05 14:22:22 +0100
committerGravatar Sadie Powell2023-06-05 14:22:42 +0100
commita4b95340b734fe2a25a7beb1676026626e847d50 (patch)
treef446156a0ffa1018f12f9273bd3a90814f154270 /include/modules
parentAllow users to override SVSHOLDs for nicks in their nick group. (diff)
Make XLine::Displayable const.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/shun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/shun.h b/include/modules/shun.h
index 95f5bba6b..f0cdbc05b 100644
--- a/include/modules/shun.h
+++ b/include/modules/shun.h
@@ -61,7 +61,7 @@ public:
return (matchtext == str);
}
- const std::string& Displayable() override
+ const std::string& Displayable() const override
{
return matchtext;
}