aboutsummaryrefslogtreecommitdiff
path: root/generic/Tabular.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Tabular.c')
-rw-r--r--generic/Tabular.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/Tabular.c b/generic/Tabular.c
index 6f40926..2c91706 100644
--- a/generic/Tabular.c
+++ b/generic/Tabular.c
@@ -513,6 +513,11 @@ static ItemClassStruct TABULAR_ITEM_CLASS = {
GetAnchor,
GetClipVertices,
Coords,
+ NULL, /* InsertChars */
+ NULL, /* DeleteChars */
+ NULL, /* Cursor */
+ NULL, /* Index */
+ NULL, /* Selection */
NULL, /* Contour */
ComputeCoordinates,
ToArea,