summaryrefslogtreecommitdiff
path: root/src/pugixml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixml.cpp')
-rw-r--r--src/pugixml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index dd26d7b..c943f7f 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -9087,7 +9087,7 @@ namespace pugi
}
#endif
- size_t xpath_query::evaluate_string(char_t* buffer, size_t capacity, const xpath_node& n) const
+ size_t xpath_query::evaluate_string(char_t* buffer, volatile size_t capacity, const xpath_node& n) const
{
xpath_context c(n, 1, 1);
xpath_stack_data sd;