using clause doesn't work on linux. commenting out

This commit is contained in:
pinkerton%netscape.com 1999-02-04 19:15:57 +00:00
Родитель 8894cdba38
Коммит de9145f002
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -36,7 +36,7 @@ public:
void MoveDown(nsIPresContext& aPresContext, nsTreeCellFrame* pFrame);
void MoveLeft(nsIPresContext& aPresContext, nsTreeCellFrame* pFrame);
void MoveRight(nsIPresContext& aPresContext, nsTreeCellFrame* pFrame);
using nsTableFrame::MoveTo; // don't hide inherited::Move
// using nsTableFrame::MoveTo; // don't hide inherited::Move
void MoveTo(nsIPresContext& aPresContext, PRInt32 row, PRInt32 col, nsTreeCellFrame* pFrame);
// NOTE: CWPro4 still reports a warning about hiding inherited virtual functions.
// Compiler bug, ignore it.