summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-05 04:52:07 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-05 04:52:07 +0000
commita8e5f0ecf0b511cc3d191ad10193e7d7f0c1ba9a (patch)
tree2988a017c36e86fa42063e4562310399b049e9b3 /src/pugixml.hpp
parenta9bc2d88736cc4d2f2963915e3de66b93585f479 (diff)
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
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp1
1 files changed, 1 insertions, 0 deletions
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();