summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pugixml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index e166142..99ba3f3 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -12283,7 +12283,7 @@ namespace pugi
rhs._impl = 0;
}
- xpath_query& xpath_query::operator=(xpath_query&& rhs)
+ PUGI__FN xpath_query& xpath_query::operator=(xpath_query&& rhs)
{
if (this == &rhs) return *this;