Changed friend declaration to make HP compilers happy.
aCC requires a decl of friend class ClassName instead of friend ClassName. r=peterl@netscape.com,mgleeson@netscape.com git-svn-id: svn://10.0.0.236/trunk@50719 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6277f3a3b3
commit
7f58cc3a0b
@ -579,7 +579,7 @@ protected:
|
||||
|
||||
nsVoidArray* mRuleProcessors;
|
||||
|
||||
friend CSSRuleProcessor;
|
||||
friend class CSSRuleProcessor;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -579,7 +579,7 @@ protected:
|
||||
|
||||
nsVoidArray* mRuleProcessors;
|
||||
|
||||
friend CSSRuleProcessor;
|
||||
friend class CSSRuleProcessor;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -579,7 +579,7 @@ protected:
|
||||
|
||||
nsVoidArray* mRuleProcessors;
|
||||
|
||||
friend CSSRuleProcessor;
|
||||
friend class CSSRuleProcessor;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user