Changed friend declaration to make HP Compilers Happy.

r=mgleeson
This commit is contained in:
pepper%netscape.com 1999-11-11 00:39:59 +00:00
Родитель 501c672a51
Коммит e541e3cf6e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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