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:
dbaron%dbaron.org
2003-01-18 04:24:51 +00:00
parent 917e73bcc9
commit 7b4333df83

View File

@@ -177,6 +177,8 @@ private:
struct SocketEvent *mNext;
};
struct SocketEventQ;
friend struct SocketEventQ;
struct SocketEventQ
{
SocketEventQ() : mHead(nsnull), mTail(nsnull) {}