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:
Gregory Hainaut 2015-10-25 21:17:59 +01:00
parent bba67fbd83
commit 6547881920
1 changed files with 1 additions and 1 deletions

View File

@ -48,8 +48,8 @@ protected:
MenuItemAddonList m_PluginMenuItems;
public:
wxMenu& MyMenu;
PluginsEnum_t PluginId;
wxMenu& MyMenu;
public:
PerPluginMenuInfo() : MyMenu(*new wxMenu()), PluginId (PluginId_Count) {}