make sure we init mMenuBar to null.

This commit is contained in:
pinkerton%netscape.com 1998-10-29 17:40:22 +00:00
Родитель fd1085e48a
Коммит bfc075a63c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -57,6 +57,7 @@ nsWindow::nsWindow() : nsBaseWidget()
SetForegroundColor(NS_RGB(0, 0, 0));
mFontMetrics = nsnull;
mMenuBar = nsnull;
mWindowRegion = nsnull;
mWindowPtr = nsnull;
mPainting = PR_FALSE;