diff options
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r-- | src/pugixml.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 739caaa..42a7950 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -507,6 +507,8 @@ namespace pugi xml_parser(const xml_parser&);
const xml_parser& operator=(const xml_parser&);
+ void free(); ///< free memory
+
public:
/// Constructor.
/// \param optmsk - Options mask.
|