Closed
Bug 316
Opened 26 years ago
Closed 26 years ago
explixit type cast needed in HTMLDialogFrame.cpp
Categories
(MozillaClassic Graveyard :: XFE, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: berkley, Assigned: mcafee)
Details
Created by Berkley Shands (berkley@cs.wustl.edu) on Wednesday, May 6, 1998 11:03:24 AM PDT
Additional Details :
cxx: Error: HTMLDialogFrame.cpp, line 54: no instance of
constructor "XFE_HTMLView::XFE_HTMLView" matches the
argument list
argument types are: (XFE_HTMLDialogFrame *,
Widget, long, MWContext *)
htmlview = new XFE_HTMLView(this, getChromeParent(),
NULL, m_context);
------------------------------------^
1 error detected in the compilation of
"HTMLDialogFrame.cpp".
Dec Unix 4.0D + CXX V6.0-20 (ANSI C++)
on 19980429/mozilla/cmd/xfe/src
the fix at line 54 is
htmlview = new XFE_HTMLView(this, getChromeParent(),
(XFE_View *) NULL, m_context);
berkley
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Component: Platform: Rhapsody → XFE
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•