aboutsummaryrefslogtreecommitdiff
path: root/generic/Track.c
diff options
context:
space:
mode:
authorlecoanet2001-11-26 09:23:15 +0000
committerlecoanet2001-11-26 09:23:15 +0000
commit1d767c74075553476c668dbf45547cf910e50697 (patch)
tree0b97e19a8c0e05858ad7f2536d3842ea21ccccb8 /generic/Track.c
parent41f8cbe487e857fb7a0b93816cd865253352d6ef (diff)
downloadtkzinc-1d767c74075553476c668dbf45547cf910e50697.zip
tkzinc-1d767c74075553476c668dbf45547cf910e50697.tar.gz
tkzinc-1d767c74075553476c668dbf45547cf910e50697.tar.bz2
tkzinc-1d767c74075553476c668dbf45547cf910e50697.tar.xz
*** empty log message ***
Diffstat (limited to 'generic/Track.c')
-rw-r--r--generic/Track.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/Track.c b/generic/Track.c
index 3c92928..5e7b425 100644
--- a/generic/Track.c
+++ b/generic/Track.c
@@ -2025,6 +2025,7 @@ static ItemClassStruct TRACK_ITEM_CLASS = {
GetFieldSet,
GetAnchor,
NULL, /* GetClipVertices */
+ NULL, /* GetContours */
Coords,
NULL, /* InsertChars */
NULL, /* DeleteChars */
@@ -2058,6 +2059,7 @@ static ItemClassStruct WAY_POINT_ITEM_CLASS = {
GetFieldSet,
GetAnchor,
NULL, /* GetClipVertices */
+ NULL, /* GetContours */
Coords,
NULL, /* InsertChars */
NULL, /* DeleteChars */