mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
CodeWindow: In-class initialize variables where applicable
This commit is contained in:
parent
492b82042d
commit
cd9520f458
2 changed files with 2 additions and 3 deletions
|
@ -157,7 +157,7 @@ private:
|
|||
|
||||
// Sibling debugger panels
|
||||
// FIXME: This obviously belongs in some manager class above this one.
|
||||
std::array<wxPanel*, IDM_DEBUG_WINDOW_LIST_END - IDM_DEBUG_WINDOW_LIST_START> m_sibling_panels;
|
||||
std::array<wxPanel*, IDM_DEBUG_WINDOW_LIST_END - IDM_DEBUG_WINDOW_LIST_START> m_sibling_panels{};
|
||||
|
||||
CFrame* Parent;
|
||||
CCodeView* codeview;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue