mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinWX/Globals: Variable naming consistency
This commit is contained in:
@ -144,7 +144,7 @@ public:
|
||||
wxToolBar *m_ToolBar;
|
||||
// AUI
|
||||
wxAuiManager *m_Mgr;
|
||||
bool bFloatWindow[IDM_CODEWINDOW - IDM_LOGWINDOW + 1];
|
||||
bool bFloatWindow[IDM_CODE_WINDOW - IDM_LOG_WINDOW + 1];
|
||||
|
||||
// Perspectives (Should find a way to make all of this private)
|
||||
void DoAddPage(wxWindow *Win, int i, bool Float);
|
||||
|
Reference in New Issue
Block a user