summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Breust <alexis.breust@gmail.com>2015-10-06 15:13:34 +0200
committerA. Breust <alexis.breust@gmail.com>2015-10-06 15:13:34 +0200
commitdd2166ee27b4d1c9039bc56be18a2e46d7b7e91a (patch)
tree5cabb92a0dfadda2e124d49e68f2b97c834bf950
parent2cda053345f75ca961b4d35def88ad6c06945f01 (diff)
Fixed missing PUGI__FN
-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;