clang-tidy modernize-use-auto

This commit is contained in:
Michael Cook (mackal)
2016-05-25 16:10:28 -04:00
parent cdbeb24a05
commit 60da544d3a
87 changed files with 1465 additions and 1340 deletions
+1 -1
View File
@@ -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) {