diff options
| author | arseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640> | 2012-06-28 15:36:58 +0000 | 
|---|---|---|
| committer | arseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640> | 2012-06-28 15:36:58 +0000 | 
| commit | 215ecbcff6c29c6d0ae0536f7cc6f0a9ffcb6c88 (patch) | |
| tree | d95417de3a2fde8e6fd7a0e6482e982eab37a10a /src | |
| parent | a9a537ad4024fe5011d38ce6ae2160081c361285 (diff) | |
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
Diffstat (limited to 'src')
| -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  | 
