mirror of
https://github.com/anope/anope.git
synced 2026-07-03 13:23:14 +02:00
Use auto in places where the type is unambiguous.
This commit is contained in:
@@ -119,7 +119,7 @@ public:
|
||||
|
||||
try
|
||||
{
|
||||
SQLiteService *ss = new SQLiteService(this, connname, database);
|
||||
auto *ss = new SQLiteService(this, connname, database);
|
||||
this->SQLiteServices[connname] = ss;
|
||||
|
||||
Log(LOG_NORMAL, "sqlite") << "SQLite: Successfully added database " << database;
|
||||
|
||||
Reference in New Issue
Block a user