From 7e94e0c5ef51b505c54382d9d52e8ab01d6edccb Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 26 May 2010 05:17:13 +0000 Subject: Removed redundant template git-svn-id: http://pugixml.googlecode.com/svn/trunk@457 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pugixml.hpp') 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 void append(Iterator begin, Iterator end); + void append(const_iterator begin, const_iterator end); void truncate(iterator it); -- cgit v1.2.3