mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +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
|
@ -53,8 +53,7 @@
|
|||
|
||||
CCodeWindow::CCodeWindow(CFrame* parent, wxWindowID id, const wxPoint& position, const wxSize& size,
|
||||
long style, const wxString& name)
|
||||
: wxPanel(parent, id, position, size, style, name), m_sibling_panels(), Parent(parent),
|
||||
codeview(nullptr)
|
||||
: wxPanel(parent, id, position, size, style, name), Parent(parent)
|
||||
{
|
||||
DebugInterface* di = &PowerPC::debug_interface;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue