Closed
Bug 319
Opened 27 years ago
Closed 26 years ago
explicit cast in MozillaApp.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:17:27 AM PDT
Additional Details :
cxx: Error: MozillaApp.cpp, line 944: no instance of
constructor "XFE_CommandInfo::XFE_CommandInfo" matches the
argument list
argument types are: (XFE_CommandEventType,
Widget, XEvent *, long, int)
XFE_CommandInfo info(XFE_COMMAND_EVENT_ACTION, w, event,
NULL, 0);
-----------------------^
1 error detected in the compilation of "MozillaApp.cpp".
the fix is to add (String*) NULL at line 944
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
•