From a4b95340b734fe2a25a7beb1676026626e847d50 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 5 Jun 2023 14:22:22 +0100 Subject: Make XLine::Displayable const. --- include/modules/shun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules') 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; } -- cgit v1.3.1-10-gc9f91