From 8881ae7cbc5e6e1d3f475c7de2534ce00ae1f2e8 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 21 Jun 2000 14:40:45 +0000 Subject: Ajustement des structures de classe pour ajout de la m�thode Part. --- generic/Map.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'generic/Map.c') diff --git a/generic/Map.c b/generic/Map.c index edd29f5..e7dd9e6 100644 --- a/generic/Map.c +++ b/generic/Map.c @@ -1373,7 +1373,7 @@ PostScript(Item item, static ItemClassStruct MAP_ITEM_CLASS = { sizeof(MapItemStruct), False, /* has_fields */ - False, /* has_parts */ + 0, /* num_parts */ False, /* has_anchors */ "map", map_attrs, @@ -1390,6 +1390,7 @@ static ItemClassStruct MAP_ITEM_CLASS = { NULL, /* DeleteChars */ NULL, /* Cursor */ NULL, /* Index */ + NULL, /* Part */ NULL, /* Selection */ NULL, /* Contour */ ComputeCoordinates, -- cgit v1.1