From b02a5b6fdcc2ac9bcfedfc08a9e8d73543f70df2 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 29 Aug 2017 01:25:30 +0200 Subject: [PATCH] [DEV] continue removing STL --- eproperty/InterfaceData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eproperty/InterfaceData.cpp b/eproperty/InterfaceData.cpp index 851ba1d..24e3742 100644 --- a/eproperty/InterfaceData.cpp +++ b/eproperty/InterfaceData.cpp @@ -88,7 +88,7 @@ etk::Map eproperty::InterfaceData::getAll(bool _notIfD etk::String paramVal = it->getString(); if ( _notIfDefault == false || it->isDefault() == false) { - out.insert(etk::makePair(paramName, paramVal)); + out.set(paramName, paramVal); } } }