mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
cfg: simplify get_nodes
This commit is contained in:
parent
cb9e7358d2
commit
2c05e9719d
5 changed files with 18 additions and 18 deletions
|
@ -98,7 +98,7 @@ namespace cfg
|
|||
// Config tree node which contains another nodes
|
||||
class node : public _base
|
||||
{
|
||||
std::vector<std::pair<std::string, _base*>> m_nodes;
|
||||
std::vector<_base*> m_nodes;
|
||||
|
||||
friend class _base;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue