r=evaughan friend declaration needs to declare object is function or class (HPUX)

git-svn-id: svn://10.0.0.236/trunk@50497 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgleeson1%netscape.com 1999-10-12 22:58:04 +00:00
parent f40460044c
commit b383080e9b
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ protected:
virtual PRIntn GetSkipSides() const;
private:
friend nsGfxScrollFrameInner;
friend class nsGfxScrollFrameInner;
nsGfxScrollFrameInner* mInner;
};

View File

@ -114,7 +114,7 @@ protected:
virtual PRIntn GetSkipSides() const;
private:
friend nsGfxScrollFrameInner;
friend class nsGfxScrollFrameInner;
nsGfxScrollFrameInner* mInner;
};