Closed
Bug 378692
Opened 18 years ago
Closed 18 years ago
warning C4099: 'OnLinkClickEvent' : type name first seen using 'struct' now seen using 'class'
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
667 bytes,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
c:/home/mozilla.org/mozilla/docshell/base/nsWebShell.cpp(714) : warning C4099: 'OnLinkClickEvent' : type name first seen using 'struct' now seen using 'class'
c:\home\mozilla.org\mozilla\docshell\base\nsWebShell.h(52) : see declaration of 'OnLinkClickEvent'
Attachment #262714 -
Flags: superreview?(cbiesinger)
Attachment #262714 -
Flags: review?(cbiesinger)
Updated•18 years ago
|
Attachment #262714 -
Flags: superreview?(cbiesinger)
Attachment #262714 -
Flags: superreview+
Attachment #262714 -
Flags: review?(cbiesinger)
Attachment #262714 -
Flags: review+
Comment 2•18 years ago
|
||
This causes a crash?
mozilla/docshell/base/nsWebShell.h 1.43
Severity: critical → normal
Status: NEW → RESOLVED
Closed: 18 years ago
Keywords: crash
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•