mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
cfg: move get_name to _base
This commit is contained in:
parent
2766e5ca6f
commit
ae01e1d2c3
2 changed files with 4 additions and 9 deletions
|
@ -20,7 +20,7 @@ namespace cfg
|
|||
}
|
||||
|
||||
_base::_base(type _type, node* owner, const std::string& name, bool dynamic)
|
||||
: m_type(_type), m_dynamic(dynamic)
|
||||
: m_type(_type), m_dynamic(dynamic), m_name(name)
|
||||
{
|
||||
for (const auto& pair : owner->m_nodes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue