Fixed missing () for function call Unlink. Stupid Windows compiler.
This commit is contained in:
Родитель
47948165bb
Коммит
b1c64d408b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче