ANSI C++ fix. Fixes HP-UX build with aCC. Use 'friend class nsFoo' rather than 'friend nsFoo'.

This commit is contained in:
bruce%cybersight.com 1999-07-30 23:39:28 +00:00
Родитель a20696b16d
Коммит 02d5c96f85
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -219,7 +219,7 @@ private:
const char *mIEFavoritesRoot;
PRBool mFoundIEFavoritesRoot;
friend nsBookmarksService;
friend class nsBookmarksService;
protected:
nsresult AssertTime(nsIRDFResource* aSource,