mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
GraphicsModManager: Reorder DecoratedAction members to initialization order
m_action_impl is initialized before m_mod in constructor
This commit is contained in:
parent
6d61e6a601
commit
3323375efb
1 changed files with 1 additions and 1 deletions
|
@ -61,8 +61,8 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
GraphicsModConfig m_mod;
|
|
||||||
std::unique_ptr<GraphicsModAction> m_action_impl;
|
std::unique_ptr<GraphicsModAction> m_action_impl;
|
||||||
|
GraphicsModConfig m_mod;
|
||||||
};
|
};
|
||||||
|
|
||||||
const std::vector<GraphicsModAction*>&
|
const std::vector<GraphicsModAction*>&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue