mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 12:32:06 +00:00
DolphinWX/Globals: Variable naming consistency
This commit is contained in:
parent
f2a07e43d1
commit
6ad5e54970
14 changed files with 636 additions and 636 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue