DEVTOOLS: Cleanup code.
This commit is contained in:
parent
3ad5ad57e2
commit
c9d7299e65
2 changed files with 6 additions and 11 deletions
|
@ -1042,7 +1042,7 @@ std::string XcodeProvider::writeProperty(const std::string &variable, Property &
|
|||
if (settings.size() > 1 || (prop._flags & SettingsSingleItem))
|
||||
output += (flags & SettingsSingleItem ? " " : "\t\t\t\t");
|
||||
|
||||
output += writeSetting((*setting).first, (*setting).second);
|
||||
output += writeSetting(setting->first, setting->second);
|
||||
|
||||
// The combination of SettingsAsList, and SettingsSingleItem should use "," and not ";" (i.e children
|
||||
// in PBXGroup, so we special case that case here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue