mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
fix vc6 bustage
This commit is contained in:
parent
d892c6c2e4
commit
7321e2791d
@ -97,6 +97,7 @@ private:
|
||||
|
||||
// Page objects are linked together to form a simple deque.
|
||||
|
||||
struct Page; friend struct Page; // VC6!
|
||||
struct Page {
|
||||
struct Page *mNext;
|
||||
nsIRunnable *mEvents[EVENTS_PER_PAGE];
|
||||
|
Loading…
Reference in New Issue
Block a user