Fix -Wshadow warning
This commit is contained in:
parent
809f992f83
commit
1298c8db79
1 changed files with 1 additions and 1 deletions
|
@ -4897,7 +4897,7 @@ PUGI__NS_BEGIN
|
|||
xml_node_struct* node;
|
||||
char_t* name;
|
||||
|
||||
name_null_sentry(xml_node_struct* node): node(node), name(node->name)
|
||||
name_null_sentry(xml_node_struct* node_): node(node_), name(node_->name)
|
||||
{
|
||||
node->name = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue