mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +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) :
|
||||
std::vector<DOM::Node<std::string> >(),
|
||||
forward_(forward),
|
||||
sorted_(false)
|
||||
sorted_(true)
|
||||
{
|
||||
} // NodeSet
|
||||
|
||||
|
|
Loading…
Reference in a new issue