mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 12:47:54 +00:00
clang-tidy modernize-use-auto
This commit is contained in:
@@ -60,7 +60,7 @@ void ZoneLaunch::SendStatus() const {
|
||||
}
|
||||
|
||||
void ZoneLaunch::Start() {
|
||||
ProcLauncher::Spec *spec = new ProcLauncher::Spec();
|
||||
auto spec = new ProcLauncher::Spec();
|
||||
spec->program = m_config->ZoneExe;
|
||||
|
||||
if(m_port) {
|
||||
|
||||
Reference in New Issue
Block a user