mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
for_each
This commit is contained in:
parent
842feef711
commit
fc7b6be757
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ protected:
|
||||||
if(!done_sort_)
|
if(!done_sort_)
|
||||||
{
|
{
|
||||||
context().push(0,
|
context().push(0,
|
||||||
new SortHandler(context(), *container()),
|
new SortHandler(baseT::context(), *baseT::container()),
|
||||||
namespaceURI,
|
namespaceURI,
|
||||||
localName,
|
localName,
|
||||||
qName,
|
qName,
|
||||||
|
|
Loading…
Reference in a new issue