diff --git a/src/modelwrapper.h b/src/modelwrapper.h index 12e0b24..c074fe8 100644 --- a/src/modelwrapper.h +++ b/src/modelwrapper.h @@ -99,9 +99,9 @@ public: delete map_item.second; map_item.second = nullptr; } - - childs_map.clear(); } + + childs_map.clear(); } virtual void add_child(const std::wstring & child_name, ModelWrapper * models_base)