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:
@@ -1393,7 +1393,7 @@ private:
|
||||
return false;
|
||||
}
|
||||
|
||||
auto ot = OperType::Find(type);
|
||||
auto *ot = OperType::Find(type);
|
||||
if (!ot)
|
||||
{
|
||||
// Attempt to convert oper types.
|
||||
|
||||
Reference in New Issue
Block a user