From 2a2ab8eca8e3b16586d36a0589ea93931676198a Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 26 May 2000 08:42:22 +0000 Subject: Mise � jour de la structure de classe. --- generic/Track.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'generic/Track.c') diff --git a/generic/Track.c b/generic/Track.c index b3051db..45a13ef 100644 --- a/generic/Track.c +++ b/generic/Track.c @@ -1682,6 +1682,11 @@ static ItemClassStruct TRACK_ITEM_CLASS = { GetAnchor, NULL, /* GetClipVertices */ Coords, + NULL, /* InsertChars */ + NULL, /* DeleteChars */ + NULL, /* Cursor */ + NULL, /* Index */ + NULL, /* Selection */ NULL, /* Contour */ ComputeCoordinates, ToArea, @@ -1708,6 +1713,11 @@ static ItemClassStruct WAY_POINT_ITEM_CLASS = { GetAnchor, NULL, /* GetClipVertices */ Coords, + NULL, /* InsertChars */ + NULL, /* DeleteChars */ + NULL, /* Cursor */ + NULL, /* Index */ + NULL, /* Selection */ NULL, /* Contour */ ComputeCoordinates, ToArea, -- cgit v1.1