[DEBUG] continue removing STL
This commit is contained in:
parent
4885d7c685
commit
7958673b8d
@ -36,7 +36,7 @@ ewol::resource::ConfigFile::~ConfigFile() {
|
|||||||
void ewol::resource::ConfigFile::reload() {
|
void ewol::resource::ConfigFile::reload() {
|
||||||
ethread::RecursiveLock lock(m_mutex);
|
ethread::RecursiveLock lock(m_mutex);
|
||||||
// reset all parameters
|
// reset all parameters
|
||||||
for (int32_t iii=0; iii<m_list.size(); iii++){
|
for (size_t iii=0; iii<m_list.size(); ++iii){
|
||||||
if (m_list.getValue(iii).exist() == true) {
|
if (m_list.getValue(iii).exist() == true) {
|
||||||
m_list.getValue(iii) = ejson::empty();
|
m_list.getValue(iii) = ejson::empty();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user