mirror of
https://github.com/anope/anope.git
synced 2026-07-04 05:33:12 +02:00
Use auto in places where the type is unambiguous.
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ void Anope::HandleSignal()
|
||||
|
||||
try
|
||||
{
|
||||
Configuration::Conf *new_config = new Configuration::Conf();
|
||||
auto *new_config = new Configuration::Conf();
|
||||
Configuration::Conf *old = Config;
|
||||
Config = new_config;
|
||||
Config->Post(old);
|
||||
|
||||
Reference in New Issue
Block a user