Closed
Bug 920033
Opened 10 years ago
Closed 10 years ago
shut up the over loaded virtual warning for Accessible::GroupPosition()
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: tbsaunde, Assigned: tbsaunde)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.91 KB,
patch
|
davidb
:
review+
|
Details | Diff | Splinter Review |
This warning is seriously annoying and wastes to much of my time reading it to realize its not the error I care about. I don't want to use using because I think its pretty confusing in a case like this, instead binaryname on the xpidl method should be simple, and have the additional advantage of discouraging people from calling the xpidl method from c++.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #809195 -
Flags: review?
Assignee | ||
Updated•10 years ago
|
Attachment #809195 -
Flags: review? → review?(dbolter)
Comment 2•10 years ago
|
||
Comment on attachment 809195 [details] [diff] [review] bug 920033 - shut up the overloaded virtual warning about Accessible::GroupPosition() Review of attachment 809195 [details] [diff] [review]: ----------------------------------------------------------------- rs=me :)
Attachment #809195 -
Flags: review?(dbolter) → review+
Assignee | ||
Comment 3•10 years ago
|
||
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/c5d1d7cfea8b
https://hg.mozilla.org/mozilla-central/rev/c5d1d7cfea8b
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Updated•10 years ago
|
Blocks: buildwarning
You need to log in
before you can comment on or make changes to this bug.
Description
•