Closed
Bug 325
Opened 27 years ago
Closed 26 years ago
explicit cast in EditorToolbar.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 12:03:07 PM PDT
Additional Details :
cxx: Error: EditorToolbar.cpp, line 375: no instance of
constructor "XFE_EditorToolbarItem::XFE_EditorToolbarItem"
matches the argument list
argument types are: (XFE_Component *, long)
XFE_EditorToolbarItem(tb, NULL)
------------------------------^
cxx: Error: EditorToolbar.cpp, line 555: no instance of
constructor "XFE_CommandInfo::XFE_CommandInfo" matches the
argument list
argument types are: (XFE_CommandEventType,
Widget, long, String [2], int)
XFE_CommandInfo e_info(XFE_COMMAND_BUTTON_ACTIVATE,
-------------------------------^
cxx: Error: EditorToolbar.cpp, line 813: no instance of
constructor "XFE_CommandInfo::XFE_CommandInfo" matches the
argument list
argument types are: (XFE_CommandEventType,
Widget, long, String [2], int)
XFE_CommandInfo e_info(XFE_COMMAND_BUTTON_ACTIVATE,
-------------------------------^
3 errors detected in the compilation of "EditorToolbar.cpp".
the fixes are at line 375
XFE_EditorToolbarItem(tb, (ToolbarSpec*) NULL)
line 557
(XEvent*) NULL,
line 813
(XEvent*) NULL,
berkley
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Component: Platform: Rhapsody → XFE
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•