From a8e5f0ecf0b511cc3d191ad10193e7d7f0c1ba9a Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 5 Aug 2010 04:52:07 +0000 Subject: Removed some redundant code from pugixml.cpp, added internal xml_document::reset() function git-svn-id: http://pugixml.googlecode.com/svn/trunk@630 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pugixml.hpp') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index d79d128..28e9a34 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1842,6 +1842,7 @@ namespace pugi xml_document(const xml_document&); const xml_document& operator=(const xml_document&); + void reset(); void create(); void destroy(); -- cgit v1.2.3