Closed Bug 315 Opened 26 years ago Closed 26 years ago

explicit casts in Frame.cpp

Categories

(MozillaClassic Graveyard :: XFE, defect, P3)

1998-04-08
DEC
All
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: berkley, Assigned: mcafee)

Details

Created by Berkley Shands (berkley@cs.wustl.edu) on Wednesday, May 6, 1998 10:59:30 AM PDT
Additional Details :
cxx: Error: Frame.cpp, line 904: no instance of constructor
"XFE_MenuBar::XFE_MenuBar" matches the argument list
            argument types are: (XFE_Frame *, long)
                        m_menubar = new XFE_MenuBar(this,
NULL);
----------------------------------------------------^
cxx: Error: Frame.cpp, line 988: no instance of constructor
"XFE_Toolbar::XFE_Toolbar" matches the argument list
            argument types are: (XFE_Frame *, XFE_Toolbox *,
long)
                m_toolbar = new
XFE_Toolbar(this,m_toolbox,NULL);
--------------------------------------------^
cxx: Warning: Frame.cpp, line 3787: conversion from pointer
to smaller integer
        XP_Bool busy = (XP_Bool)(int)clientData;
--------------------------------^
cxx: Error: Frame.cpp, line 3878: no instance of overloaded
function "XFE_Command::getDocString" matches the argument
list
            argument types are: (XFE_Frame *, long)
                doc_string = handler->getDocString(this,
NULL);
--------------------------------------^
3 errors detected in the compilation of "Frame.cpp".

fix @ 90			m_menubar = new XFE_MenuBar(this, (MenuSpec
*)NULL);
4
fix at 991

		m_toolbar = new XFE_Toolbar(this,
			m_toolbox,
			(ToolbarSpec *) NULL);

fix at 3878

		doc_string = handler->getDocString(this,
(XFE_CommandInfo*) NULL);


berkley
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
fixed.
Status: RESOLVED → VERIFIED
OS: All
marking verified against old code base
Component: Platform: Rhapsody → XFE
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.