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
|
// Named node range helper
|
||||||
class xml_named_node_iterator
|
class PUGIXML_CLASS xml_named_node_iterator
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// Iterator traits
|
// Iterator traits
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user