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
This commit is contained in:
timeless%mozdev.org 2005-06-01 16:28:06 +00:00
Родитель 115fc7fb70
Коммит f3dd2fbc15
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -625,7 +625,7 @@ protected:
nsIFrame* aOldHead;
nsBlockFrame* mBlock;
};
friend class nsAutoOOFFrameList;
friend struct nsAutoOOFFrameList;
nsFrameList GetOverflowOutOfFlows() const;
void SetOverflowOutOfFlows(const nsFrameList& aList);