Debugger: Fix CID 1249932.

- Add missing member fields to initialization list.
This commit is contained in:
Rene Gollent
2014-10-29 12:28:37 -04:00
parent af79919aa9
commit 2e37350e9d
@@ -33,6 +33,9 @@ ExpressionEvaluationWindow::ExpressionEvaluationWindow(
B_AUTO_UPDATE_SIZE_LIMITS | B_CLOSE_ON_ESCAPE),
fTeam(team),
fLanguage(language),
fExpressionInput(NULL),
fExpressionOutput(NULL),
fEvaluateButton(NULL),
fListener(listener),
fCloseTarget(target),
fCurrentEvaluationType(B_INT64_TYPE)