diff options
| -rw-r--r-- | src/pugixml.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 77b4dcf..b5294c6 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -740,7 +740,7 @@ namespace pugi  	};  	// Named node range helper -	class xml_named_node_iterator +	class PUGIXML_CLASS xml_named_node_iterator  	{  	public:  		// Iterator traits  | 
