From ef24ec632da12f272eddcf9924eacde9260597a2 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 1 Apr 2021 18:10:11 +0100 Subject: Constify variables within loops. --- src/modules/m_chanlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_chanlog.cpp') diff --git a/src/modules/m_chanlog.cpp b/src/modules/m_chanlog.cpp index 1b690f1ca..5c190d3d7 100644 --- a/src/modules/m_chanlog.cpp +++ b/src/modules/m_chanlog.cpp @@ -44,7 +44,7 @@ class ModuleChanLog : public Module void ReadConfig(ConfigStatus& status) override { ChanLogTargets newlogs; - for (auto& [_, tag] : ServerInstance->Config->ConfTags("chanlog")) + for (const auto& [_, tag] : ServerInstance->Config->ConfTags("chanlog")) { std::string channel = tag->getString("channel"); std::string snomasks = tag->getString("snomasks"); -- cgit v1.3.1-10-gc9f91