mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-12-25 01:21:57 +01:00
Minor formatting in the CSettings class
This commit is contained in:
parent
e947c4e5c3
commit
5d9a2273ad
@ -50,9 +50,10 @@ CSettings::~CSettings() {
|
||||
|
||||
void CSettings::SetDefault() {
|
||||
for(uint32_t i = 0; i < settingsValues.size(); i++) {
|
||||
if(settingsValues[i].dataType == TypeString)
|
||||
if(settingsValues[i].dataType == TypeString) {
|
||||
delete settingsValues[i].strValue;
|
||||
}
|
||||
}
|
||||
|
||||
settingsNames.resize(MAX_VALUE);
|
||||
settingsValues.resize(MAX_VALUE);
|
||||
|
Loading…
Reference in New Issue
Block a user