Fixed missing PUGI__FN
This commit is contained in:
parent
2cda053345
commit
dd2166ee27
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue