Closed
Bug 317
Opened 27 years ago
Closed 26 years ago
explicit typecast in HistoryFrame.cpp
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 11:05:38 AM PDT
Additional Details :
mozilla/19980429/mozilla/cmd/xfe/src/HistoryFrame.cpp
cxx: Error: HistoryFrame.cpp, line 113: no instance of
constructor "XFE_HistoryView::XFE_HistoryView" matches the
argument list
argument types are: (XFE_HistoryFrame *, Widget,
long, MWContext *)
XFE_HistoryView *view = new XFE_HistoryView(this,
----------------------------------------------^
the fix at line 115 is
(XFE_View *)
NULL,
berkley
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Component: Platform: Rhapsody → XFE
Resolution: --- → WONTFIX
Assignee | ||
Comment 1•26 years ago
|
||
file is gone.
You need to log in
before you can comment on or make changes to this bug.
Description
•