Closed
Bug 791094
Opened 12 years ago
Closed 12 years ago
Fix some warnings about inconsistent uses of struct/class
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: ejpbruel, Unassigned)
Details
Attachments
(1 file)
2.89 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
clang emit some warnings about some classes that were previously declared as structs. Here's a patch to fix that.
Attachment #660983 -
Flags: review?(sphink)
Updated•12 years ago
|
Attachment #660983 -
Flags: review?(sphink) → review+
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•