mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-03 17:02:41 +00:00
Frame: Normalize member names
This commit is contained in:
parent
1bad3bef4b
commit
9e71031e23
12 changed files with 403 additions and 398 deletions
|
@ -277,7 +277,7 @@ void CWatchView::OnPopupMenu(wxCommandEvent& event)
|
|||
{
|
||||
// FIXME: This is terrible. Generate events instead.
|
||||
CFrame* cframe = wxGetApp().GetCFrame();
|
||||
CCodeWindow* code_window = cframe->g_pCodeWindow;
|
||||
CCodeWindow* code_window = cframe->m_code_window;
|
||||
CWatchWindow* watch_window = code_window->GetPanel<CWatchWindow>();
|
||||
CMemoryWindow* memory_window = code_window->GetPanel<CMemoryWindow>();
|
||||
CBreakPointWindow* breakpoint_window = code_window->GetPanel<CBreakPointWindow>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue