mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-15 19:48:00 +01:00
typename
This commit is contained in:
parent
40cb778596
commit
1dd953346b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue