From 347d82f59bf12a6695e14d050d7096accca542c5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 5 Jul 2024 16:19:58 +0100 Subject: [PATCH] Qualify a use of auto in db_atheme. --- modules/database/db_atheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/database/db_atheme.cpp b/modules/database/db_atheme.cpp index 97b1af50f..a62571b4b 100644 --- a/modules/database/db_atheme.cpp +++ b/modules/database/db_atheme.cpp @@ -1393,7 +1393,7 @@ private: return false; } - auto ot = OperType::Find(type); + auto *ot = OperType::Find(type); if (!ot) { // Attempt to convert oper types.