From 3a1b35c227d8b51d1bb488db511f82c666a38ea0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Mar 2013 10:54:31 +0200 Subject: Add direct access to attribute map in XML parser --- cutl/xml/parser.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/xml/parser.txx') diff --git a/cutl/xml/parser.txx b/cutl/xml/parser.txx index e5286f8..8189883 100644 --- a/cutl/xml/parser.txx +++ b/cutl/xml/parser.txx @@ -14,7 +14,7 @@ namespace cutl { if (const element_entry* e = get_element ()) { - attribute_map::const_iterator i (e->attr_map_.find (qn)); + attribute_map_type::const_iterator i (e->attr_map_.find (qn)); if (i != e->attr_map_.end ()) { -- cgit v1.1