took off the class name infront of the routine. Mac does not like this

This commit is contained in:
dcone%netscape.com 1998-10-12 15:57:41 +00:00
Родитель ea5a5735f5
Коммит 25b03013ae
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -334,7 +334,7 @@ protected:
nsReflowStatus& aStatus,
nsIFrame * aDeletedFrame);
NS_IMETHOD nsTableFrame::IR_UnknownFrameInserted(nsIPresContext& aPresContext,
NS_IMETHOD IR_UnknownFrameInserted(nsIPresContext& aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
InnerTableReflowState& aReflowState,
nsReflowStatus& aStatus,

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

@ -334,7 +334,7 @@ protected:
nsReflowStatus& aStatus,
nsIFrame * aDeletedFrame);
NS_IMETHOD nsTableFrame::IR_UnknownFrameInserted(nsIPresContext& aPresContext,
NS_IMETHOD IR_UnknownFrameInserted(nsIPresContext& aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
InnerTableReflowState& aReflowState,
nsReflowStatus& aStatus,