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/hidemode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hidemode.cpp') diff --git a/modules/hidemode.cpp b/modules/hidemode.cpp index c3bd0b175..95d8a3459 100644 --- a/modules/hidemode.cpp +++ b/modules/hidemode.cpp @@ -33,7 +33,7 @@ class Settings final public: ModeHandler::Rank GetRequiredRank(const ModeHandler& mh) const { - RanksToSeeMap::const_iterator it = rankstosee.find(mh.name); + RanksToSeeMap::const_iterator it = rankstosee.find(mh.service_name); if (it != rankstosee.end()) return it->second; return 0; -- cgit v1.3.1-10-gc9f91