[DEV] continue removing STL
This commit is contained in:
parent
1ecd94c470
commit
b02a5b6fdc
@ -88,7 +88,7 @@ etk::Map<etk::String, etk::String> eproperty::InterfaceData::getAll(bool _notIfD
|
|||||||
etk::String paramVal = it->getString();
|
etk::String paramVal = it->getString();
|
||||||
if ( _notIfDefault == false
|
if ( _notIfDefault == false
|
||||||
|| it->isDefault() == false) {
|
|| it->isDefault() == false) {
|
||||||
out.insert(etk::makePair(paramName, paramVal));
|
out.set(paramName, paramVal);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user