Closed
Bug 320
Opened 27 years ago
Closed 26 years ago
explicit cast in NavCenterFrame.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:19:28 AM PDT
Additional Details :
mozilla/19980429/mozilla/cmd/xfe/src/NavCenterFrame.cpp
cxx: Error: NavCenterFrame.cpp, line 65: no instance of
constructor "XFE_NavCenterView::XFE_NavCenterView" matches
the argument list
argument types are: (XFE_NavCenterFrame *,
Widget, long, MWContext *)
XFE_View *view = new XFE_NavCenterView(this,
getChromeParent(),
-----------------------------------------^
1 error detected in the compilation of "NavCenterFrame.cpp".
the fix is
XFE_View *view = new XFE_NavCenterView(this,
getChromeParent(),
(XFE_View *) NULL,
m_context);
berkley
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
fixed
Moving off Platform:Rhapsody component. That component is being retired. no
other change to this old bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•