Closed
Bug 318
Opened 27 years ago
Closed 26 years ago
explicit cast in Menu.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:12:27 AM PDT
Additional Details :
cxx: Error: Menu.cpp, line 176: no instance of constructor
"XFE_CommandInfo::XFE_CommandInfo" matches the argument list
argument types are: (XFE_CommandEventType,
Widget, long, char **)
XFE_CommandInfo info(XFE_COMMAND_BUTTON_ACTIVATE,
-----------------------^
cxx: Error: Menu.cpp, line 361: no instance of constructor
"XFE_CommandInfo::XFE_CommandInfo" matches the argument list
argument types are: (XFE_CommandEventType,
Widget, long)
XFE_CommandInfo info(XFE_COMMAND_BUTTON_ACTIVATE,
-----------------------^
2 errors detected in the compilation of "Menu.cpp".
the fix in both places is (XEvent*) NULL.
berkley
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
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
•