From 864f2939b3e91ad97e4d0f9781c939ab15379dfc Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 19 Apr 2016 23:04:11 +0200 Subject: [PATCH] [DEBUG] error when integrate new exml interface --- esvg/Group.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esvg/Group.cpp b/esvg/Group.cpp index 85bcaef..0eef161 100644 --- a/esvg/Group.cpp +++ b/esvg/Group.cpp @@ -49,7 +49,7 @@ bool esvg::Group::parseXML(const exml::Element& _element, mat2& _parentTrans, ve vec2 tmpPos(0,0); // parse all sub node : for(const auto it : _element.nodes) { - exml::Element child = _element.toElement(); + exml::Element child = it.toElement(); if (child.exist() == false) { // can be a comment ... continue;