diff options
-rw-r--r-- | generic/Track.c | 10 |
1 files changed, 10 insertions, 0 deletions
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, |