Fix uninitialized member variable.
- This would randomly prevent the inspector window from being usable since we wouldn't create it, thinking it already existed.
This commit is contained in:
parent
975867a4ff
commit
f55410e169
@ -109,6 +109,7 @@ TeamWindow::TeamWindow(::Team* team, UserInterfaceListener* listener)
|
||||
fStepOverButton(NULL),
|
||||
fStepIntoButton(NULL),
|
||||
fStepOutButton(NULL),
|
||||
fInspectorWindow(NULL),
|
||||
fSourceLocatePanel(NULL)
|
||||
{
|
||||
fTeam->Lock();
|
||||
|
Loading…
x
Reference in New Issue
Block a user