Fixed missing PUGI__FN

This commit is contained in:
A. Breust 2015-10-06 15:13:34 +02:00
parent 2cda053345
commit dd2166ee27

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;