From 215ecbcff6c29c6d0ae0536f7cc6f0a9ffcb6c88 Mon Sep 17 00:00:00 2001
From: "arseny.kapoulkine@gmail.com"
 <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>
Date: Thu, 28 Jun 2012 15:36:58 +0000
Subject: [PATCH] Add PUGIXML_CLASS to xml_named_node_iterator to make
 dllexport possible. Fixes issue 161.

git-svn-id: http://pugixml.googlecode.com/svn/trunk@917 99668b35-9821-0410-8761-19e4c4f06640
---
 src/pugixml.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 77b4dcf4..b5294c6e 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
-- 
GitLab