Fixed test case failure
This commit is contained in:
parent
baf4f6657a
commit
63baf6da7f
@ -777,7 +777,7 @@ namespace pugi
|
|||||||
xml_node_iterator();
|
xml_node_iterator();
|
||||||
|
|
||||||
// Construct an iterator which points to the specified node
|
// Construct an iterator which points to the specified node
|
||||||
explicit xml_node_iterator(const xml_node& node);
|
xml_node_iterator(const xml_node& node);
|
||||||
|
|
||||||
// Iterator operators
|
// Iterator operators
|
||||||
bool operator==(const xml_node_iterator& rhs) const;
|
bool operator==(const xml_node_iterator& rhs) const;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user