DEVTOOLS: Cleanup code.

This commit is contained in:
Johannes Schickel 2015-12-12 06:13:48 +01:00
parent 3ad5ad57e2
commit c9d7299e65
2 changed files with 6 additions and 11 deletions

View file

@ -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.