fix mac bustage

This commit is contained in:
karnaze%netscape.com 1999-08-19 20:36:52 +00:00
parent 43c7cb9748
commit 57ee1e4723
2 changed files with 2 additions and 2 deletions

View File

@ -658,7 +658,7 @@ protected:
public:
// Returns PR_TRUE if there are any cells above the row at
// aRowIndex and spanning into the row at aRowIndex
PRBool nsTableFrame::RowIsSpannedInto(PRInt32 aRowIndex);
PRBool RowIsSpannedInto(PRInt32 aRowIndex);
// Returns PR_TRUE if there is a cell originating in aRowIndex
// which spans into the next row

View File

@ -658,7 +658,7 @@ protected:
public:
// Returns PR_TRUE if there are any cells above the row at
// aRowIndex and spanning into the row at aRowIndex
PRBool nsTableFrame::RowIsSpannedInto(PRInt32 aRowIndex);
PRBool RowIsSpannedInto(PRInt32 aRowIndex);
// Returns PR_TRUE if there is a cell originating in aRowIndex
// which spans into the next row