aboutsummaryrefslogtreecommitdiff
path: root/cutl/xml/parser.txx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/xml/parser.txx')
-rw-r--r--cutl/xml/parser.txx2
1 files changed, 1 insertions, 1 deletions
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 ())
{