From b604bfeeca42bfc236e4e78b3d5957b78d728e82 Mon Sep 17 00:00:00 2001 From: "pepper%netscape.com" Date: Thu, 11 Nov 1999 00:39:59 +0000 Subject: [PATCH] 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 --- mozilla/xpcom/threads/nsEventQueueService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/threads/nsEventQueueService.h b/mozilla/xpcom/threads/nsEventQueueService.h index 0e02670b8cf..541c2364e28 100644 --- a/mozilla/xpcom/threads/nsEventQueueService.h +++ b/mozilla/xpcom/threads/nsEventQueueService.h @@ -45,7 +45,7 @@ private: class nsEventQueueServiceImpl : public nsIEventQueueService { -friend EventQueueEntry; +friend class EventQueueEntry; public: nsEventQueueServiceImpl(); virtual ~nsEventQueueServiceImpl();