diff options
Diffstat (limited to 'src/pugixpath.cpp')
-rw-r--r-- | src/pugixpath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp index d409655..7a47349 100644 --- a/src/pugixpath.cpp +++ b/src/pugixpath.cpp @@ -764,7 +764,7 @@ namespace pugi }
}
- template <typename Iterator> void xpath_node_set::append(Iterator begin, Iterator end)
+ void xpath_node_set::append(const_iterator begin, const_iterator end)
{
if (begin == end) return;
|