From cf3ce6cc23401f13869f5134227e50459f2b809d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 12:40:52 +0000 Subject: Rename ServiceProvider methods to avoid shadowing issues. --- modules/showfile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/showfile.cpp') diff --git a/modules/showfile.cpp b/modules/showfile.cpp index 38d164547..9ddfa5989 100644 --- a/modules/showfile.cpp +++ b/modules/showfile.cpp @@ -81,8 +81,8 @@ public: void UpdateSettings(const std::shared_ptr& tag, const std::string& filecontents) { - introtext = tag->getString("introtext", "Showing " + name); - endtext = tag->getString("endtext", "End of " + name); + introtext = tag->getString("introtext", "Showing " + this->service_name); + endtext = tag->getString("endtext", "End of " + this->service_name); intronumeric = tag->getNum("intronumeric", RPL_RULESTART, 0, 999); textnumeric = tag->getNum("numeric", RPL_RULES, 0, 999); endnumeric = tag->getNum("endnumeric", RPL_RULESEND, 0, 999); -- cgit v1.3.1-10-gc9f91