mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-28 14:48:43 +08:00
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
This commit is contained in:
parent
a9a537ad40
commit
215ecbcff6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user