This commit is contained in:
Jez Higgins 2012-11-04 17:15:34 +00:00
parent 40cb778596
commit 1dd953346b

View file

@ -112,7 +112,7 @@ public:
}
Arabica::XPath::NodeSet<string_type, string_adaptor> nodes = value.asNodeSet();
for(Arabica::XPath::NodeSet<string_type, string_adaptor>::const_iterator n = nodes.begin(), e = nodes.end(); n != e; ++n)
for(typename Arabica::XPath::NodeSet<string_type, string_adaptor>::const_iterator n = nodes.begin(), e = nodes.end(); n != e; ++n)
copy(*n, context);
} // execute