diff --git a/lib/layout/edtele.cpp b/lib/layout/edtele.cpp index 6071c611b44..8b4da0d987b 100644 --- a/lib/layout/edtele.cpp +++ b/lib/layout/edtele.cpp @@ -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