fix vc6 bustage

This commit is contained in:
darin%meer.net 2006-05-10 19:02:05 +00:00
parent d892c6c2e4
commit 7321e2791d

View File

@ -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];