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