Cast needed for DU4.0 (Bugzilla:316)

git-svn-id: svn://10.0.0.236/trunk@11329 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 1998-09-29 06:37:03 +00:00
parent 3bd5da255c
commit 5ca1634a4f

View File

@ -51,7 +51,8 @@ XFE_HTMLDialogFrame::XFE_HTMLDialogFrame(Widget toplevel,
D(printf ("in XFE_HTMLDialogFrame::XFE_HTMLDialogFrame()\n");)
htmlview = new XFE_HTMLView(this, getChromeParent(), NULL, m_context);
htmlview = new XFE_HTMLView(this, getChromeParent(),
(XFE_View *)NULL, m_context);
setView(htmlview);