From: robertl Date: Fri, 28 Apr 2006 17:03:34 +0000 (+0000) Subject: Make recompute take a const. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~2909 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5255a0fe972fff73075e1306158be7d5d08311b3;p=gpsbabel.git Make recompute take a const. --- diff --git a/gpsbabel/route.c b/gpsbabel/route.c index 108d10460..df156b0a9 100644 --- a/gpsbabel/route.c +++ b/gpsbabel/route.c @@ -448,7 +448,7 @@ track_restore( queue *head_bak) * Run over all the trackpoints, computing heading (course), speed, and * and so on. */ -void track_recompute(route_head *trk) +void track_recompute(const route_head *trk) { waypoint first; waypoint *this;