diff --git a/cards/GenericUW.cpp b/cards/GenericUW.cpp index 2d03f87..e1e3dd9 100644 --- a/cards/GenericUW.cpp +++ b/cards/GenericUW.cpp @@ -282,7 +282,7 @@ void IVTableParser::on_start_element(const Glib::ustring& tagname, { try { std::map attrs; - for(xmlpp::SaxParser::AttributeList::const_iterator iter = attributes.cbegin(); iter != attributes.cend(); ++iter) + for(xmlpp::SaxParser::AttributeList::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) attrs.insert(std::make_pair(iter->name.c_str(), iter->value.c_str())); #define LEVEL_CHECK(curtag, tag) \