diff options
| author | 2023-06-05 14:22:22 +0100 | |
|---|---|---|
| committer | 2023-06-05 14:22:42 +0100 | |
| commit | a4b95340b734fe2a25a7beb1676026626e847d50 (patch) | |
| tree | f446156a0ffa1018f12f9273bd3a90814f154270 /include/modules | |
| parent | Allow 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.h | 2 |
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; } |
