Refactor: Use new SetProperty signatures

This commit is contained in:
Marc Chevrier
2021-08-16 16:46:53 +02:00
parent 6dfa581bab
commit dc3aa4024e
12 changed files with 30 additions and 32 deletions

View File

@@ -173,7 +173,7 @@ static bool RunCommandForScope(
SetPropertyCommand::HandleAndValidateSourceFilePropertyGENERATED(
sf, *(k + 1));
} else {
sf->SetProperty(*k, (k + 1)->c_str());
sf->SetProperty(*k, *(k + 1));
}
}
}