Bug 291436 r:\mozilla\layout\generic\nsBlockFrame.h(628) : warning C4099: 'nsBlockFrame::nsAutoOOFFrameList' : type name first seen using 'struct' now seen using 'class'
r=roc sr=roc a=shaver git-svn-id: svn://10.0.0.236/trunk@173932 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -625,7 +625,7 @@ protected:
|
||||
nsIFrame* aOldHead;
|
||||
nsBlockFrame* mBlock;
|
||||
};
|
||||
friend class nsAutoOOFFrameList;
|
||||
friend struct nsAutoOOFFrameList;
|
||||
|
||||
nsFrameList GetOverflowOutOfFlows() const;
|
||||
void SetOverflowOutOfFlows(const nsFrameList& aList);
|
||||
|
||||
Reference in New Issue
Block a user