Merge pull request #58 from Breush/patch-1

Fixed missing PUGI__FN
This commit is contained in:
Arseny Kapoulkine 2015-10-06 07:22:32 -07:00
commit 299e0b07c9

View File

@ -12283,7 +12283,7 @@ namespace pugi
rhs._impl = 0; 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; if (this == &rhs) return *this;