Closed
Bug 672951
Opened 13 years ago
Closed 13 years ago
[OS/2] build break due to mismatch in function - follow-up to bug668758
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: wuno, Assigned: wuno)
References
Details
(Whiteboard: [inbound])
Attachments
(1 file)
1.69 KB,
patch
|
dragtext
:
review+
|
Details | Diff | Splinter Review |
E:/hg-src/hg/comm-central/mozilla/gfx/thebes/gfxOS2Fonts.cpp: In constructor 'gfxOS2FontGroup::gfxOS2FontGroup(const nsAString_internal&, const gfxFontStyle*, gfxUserFont Set*)':
E:/hg-src/hg/comm-central/mozilla/gfx/thebes/gfxOS2Fonts.cpp:543: error: no matching function for call to 'gfxOS2FontGroup::ForEachFont(PRBool (&)(const nsAString_internal&, const nsACString_internal&, void*), nsTArray<nsString, nsTArrayDefaultAllocator>*)'
E:/hg-src/hg/comm-central/mozilla/gfx/thebes/gfxFont.h:2349: note: candidates are: PRBool gfxFontGroup::ForEachFont(const nsAString_internal&, nsIAtom*, PRBool (*)(constnsAString_internal&, const nsACString_internal&, PRBool, void*), void*)
after checkin for bug668758
Assignee | ||
Comment 1•13 years ago
|
||
Though not used, we need it to compile
Updated•13 years ago
|
Attachment #547253 -
Flags: review?(dragtext) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 2•13 years ago
|
||
Keywords: checkin-needed
Whiteboard: [inbound]
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•