1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 04:23:13 +02:00

Qualify a use of auto in db_atheme.

This commit is contained in:
Sadie Powell
2024-07-05 16:19:58 +01:00
parent fe68f40634
commit 347d82f59b
+1 -1
View File
@@ -1393,7 +1393,7 @@ private:
return false;
}
auto ot = OperType::Find(type);
auto *ot = OperType::Find(type);
if (!ot)
{
// Attempt to convert oper types.