Closed
Bug 310
Opened 27 years ago
Closed 26 years ago
19980429/mozilla/cmd/xfe/src/BookmarkFrame.cpp explicit typecast
Categories
(MozillaClassic Graveyard :: XFE, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: berkley, Assigned: mcafee)
Details
Created by Berkley Shands (berkley@cs.wustl.edu) on Wednesday, May 6, 1998 10:23:40 AM PDT
Additional Details :
cxx: Error: BookmarkFrame.cpp, line 136: no instance of
constructor "XFE_BookmarkView::XFE_BookmarkView" matches the
argument list
argument types are: (XFE_BookmarkFrame *,
Widget, long, MWContext *)
XFE_BookmarkView *view = new XFE_BookmarkView(this,
------------------------------------------------^
1 error detected in the compilation of "BookmarkFrame.cpp".
the fix is to add
XFE_BookmarkView *view = new XFE_BookmarkView(this,
getChromeParent(),
(XFE_View *) NULL,
m_context);
at line 140
berkley
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 1•26 years ago
|
||
Code has changed too much to look at this.
You need to log in
before you can comment on or make changes to this bug.
Description
•