mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-01 06:20:38 +01:00
Corrected typo introduced in previous edit
This commit is contained in:
parent
352478f76b
commit
33971a4403
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public:
|
||||||
NodeSet(bool forward) :
|
NodeSet(bool forward) :
|
||||||
std::vector<DOM::Node<std::string> >(),
|
std::vector<DOM::Node<std::string> >(),
|
||||||
forward_(forward),
|
forward_(forward),
|
||||||
sorted_(false)
|
sorted_(true)
|
||||||
{
|
{
|
||||||
} // NodeSet
|
} // NodeSet
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue