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:
parent
f40460044c
commit
b383080e9b
@ -114,7 +114,7 @@ protected:
|
||||
virtual PRIntn GetSkipSides() const;
|
||||
|
||||
private:
|
||||
friend nsGfxScrollFrameInner;
|
||||
friend class nsGfxScrollFrameInner;
|
||||
nsGfxScrollFrameInner* mInner;
|
||||
};
|
||||
|
||||
|
||||
@ -114,7 +114,7 @@ protected:
|
||||
virtual PRIntn GetSkipSides() const;
|
||||
|
||||
private:
|
||||
friend nsGfxScrollFrameInner;
|
||||
friend class nsGfxScrollFrameInner;
|
||||
nsGfxScrollFrameInner* mInner;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user