Closed
Bug 678054
Opened 14 years ago
Closed 14 years ago
Fix c++0x initializer list error found by clang
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: espindola, Unassigned)
Details
Attachments
(1 file)
|
1.13 KB,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
Fix build with clang and c++0x.
The first element in a NSPoint is a CGFloat, so in c++0x we need an
explicit cast when using aX in an initializer list.
Attachment #552213 -
Flags: review?(mh+mozilla)
Updated•14 years ago
|
Attachment #552213 -
Flags: review?(mh+mozilla) → review?(joshmoz)
Attachment #552213 -
Flags: review?(joshmoz) → review+
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•