summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index beb5aa5..e838f0c 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -391,8 +391,7 @@ namespace pugi
xml_node root() const;
// Get text object for the current node
- const xml_text text() const;
- xml_text text();
+ xml_text text() const;
// Get child, attribute or next/previous sibling with the specified name
xml_node child(const char_t* name) const;