Fixed missing () for function call Unlink. Stupid Windows compiler.

This commit is contained in:
cmanske%netscape.com 1998-08-14 00:07:50 +00:00
Родитель 47948165bb
Коммит b1c64d408b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3073,7 +3073,7 @@ XP_Bool CEditTableElement::ReplaceSpecialCells(CEditTableElement *pSourceTable,
pSourceCell->Unlink();
pSourceCell->InsertAfter(pReplaceCell);
// then delete the replace cell
pReplaceCell->Unlink;
pReplaceCell->Unlink();
delete pReplaceCell;
// Use size data from the cell we replaced