From 63baf6da7fee8d894fcd8998104a83aba4048137 Mon Sep 17 00:00:00 2001 From: QuickJack Date: Thu, 17 Sep 2015 09:23:37 +0200 Subject: [PATCH] Fixed test case failure --- src/pugixml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 8ed50d2..6846cf0 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -777,7 +777,7 @@ namespace pugi xml_node_iterator(); // 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 bool operator==(const xml_node_iterator& rhs) const;