Closed
Bug 1055664
Opened 11 years ago
Closed 11 years ago
Use static instead of fiend function for StartTaskThread.
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
|
1.72 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
After declaring StartTaskThread as a friend function, GCC expects it to be global function (as in not C-style static), so the compilation fails. The attached patch fixes the problem.
Attachment #8475281 -
Flags: review?(bas)
Comment 1•11 years ago
|
||
Comment on attachment 8475281 [details] [diff] [review]
patch
Review of attachment 8475281 [details] [diff] [review]:
-----------------------------------------------------------------
Fine with me!
Attachment #8475281 -
Flags: review?(bas) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•