mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: fix gcc reorder warning (due to previous init commit)
Lesson lear for myself, next time compile PR on my box before a merge
This commit is contained in:
parent
bba67fbd83
commit
6547881920
|
@ -48,8 +48,8 @@ protected:
|
|||
MenuItemAddonList m_PluginMenuItems;
|
||||
|
||||
public:
|
||||
wxMenu& MyMenu;
|
||||
PluginsEnum_t PluginId;
|
||||
wxMenu& MyMenu;
|
||||
|
||||
public:
|
||||
PerPluginMenuInfo() : MyMenu(*new wxMenu()), PluginId (PluginId_Count) {}
|
||||
|
|
Loading…
Reference in New Issue