diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pugixml.cpp | 2 |
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; |