Cast needed for DU4.0 (Bugzilla:324)

This commit is contained in:
mcafee%netscape.com 1998-09-29 07:08:35 +00:00
Родитель df59eb4642
Коммит 9f21db5ea9
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -607,7 +607,8 @@ fe_EditorNewPopupMenu(XFE_Frame* frame, Widget parent, MWContext *context)
if (!EDT_IS_EDITOR(context))
return NULL;
popup = new XFE_PopupMenu("popup",frame, parent, NULL);
popup = new XFE_PopupMenu("popup",frame, parent,
(MenuSpec*) NULL);
e_type = EDT_GetCurrentElementType(context);
@ -810,7 +811,7 @@ XFE_EditorFrame::XFE_EditorFrame(Widget toplevel,
// create html view
XFE_EditorView *editorview = new XFE_EditorView(this,
getChromeParent(),
NULL,
(XFE_View *)NULL,
m_context);
editorview->registerInterest(XFE_EditorView::newURLLoading,