Changed friend declaration to make HP Compilers Happy.

r=mgleeson


git-svn-id: svn://10.0.0.236/trunk@53144 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pepper%netscape.com 1999-11-11 00:39:59 +00:00
parent 358fa5f31d
commit b604bfeeca

View File

@ -45,7 +45,7 @@ private:
class nsEventQueueServiceImpl : public nsIEventQueueService
{
friend EventQueueEntry;
friend class EventQueueEntry;
public:
nsEventQueueServiceImpl();
virtual ~nsEventQueueServiceImpl();