summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-26 05:17:13 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-26 05:17:13 +0000
commit7e94e0c5ef51b505c54382d9d52e8ab01d6edccb (patch)
tree72f58835ec69349a23cd99a551c3345e9aa963c2 /src/pugixml.hpp
parent367e7c706b057b71c0cb0c2ede2bc18449b95338 (diff)
Removed redundant template
git-svn-id: http://pugixml.googlecode.com/svn/trunk@457 99668b35-9821-0410-8761-19e4c4f06640
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);