diff options
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r-- | src/pugixml.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 40c3b98..91a3190 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -2212,6 +2212,8 @@ namespace pugi void remove_duplicates(); + void swap(xpath_node_set& ns); + public: /** * Default constructor @@ -2238,7 +2240,7 @@ namespace pugi * \return self */ xpath_node_set& operator=(const xpath_node_set& ns); - + /** * Get collection type * |