Closed
Bug 798310
Opened 13 years ago
Closed 13 years ago
Include Accessible-inl.h in nsMaiInterfaceTable.cpp
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: espindola, Assigned: espindola)
References
Details
Attachments
(1 file)
395 bytes,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
Accessible::Role is defined inline in Accessible-inl.h, so we have to include Accessible-inl.h in every file that uses it.
Found when a clang build failed to link because every other use of Accessible::Role was inlined.
Attachment #668413 -
Flags: review?(surkov.alexander)
Updated•13 years ago
|
Attachment #668413 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•