Fix bustage on OS/2 VACPP and Sun Workshop compilers. b=176919 r=darin
git-svn-id: svn://10.0.0.236/trunk@136579 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -177,6 +177,8 @@ private:
|
||||
struct SocketEvent *mNext;
|
||||
};
|
||||
|
||||
struct SocketEventQ;
|
||||
friend struct SocketEventQ;
|
||||
struct SocketEventQ
|
||||
{
|
||||
SocketEventQ() : mHead(nsnull), mTail(nsnull) {}
|
||||
|
||||
Reference in New Issue
Block a user