summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index f57dba2..d278358 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -2160,7 +2160,7 @@ namespace pugi
void push_back(const xpath_node& n);
- template <typename Iterator> void append(Iterator begin, Iterator end);
+ void append(const_iterator begin, const_iterator end);
void truncate(iterator it);