summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
authorworldcitizen <worldcitizen@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-05-08 17:53:35 +0000
committerworldcitizen <worldcitizen@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-05-08 17:53:35 +0000
commitadf1e6eb938598f6bdcaef8413d41757f50c32ba (patch)
tree2411f7519c94457b86dffc7d4d71aabc8b40e25d /navit/route.h
parent4c6065969692a9e57c0eef8f964daba06c278228 (diff)
downloadnavit-adf1e6eb938598f6bdcaef8413d41757f50c32ba.tar.gz
Corrected *this_ typo
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5490 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/route.h')
-rw-r--r--navit/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/route.h b/navit/route.h
index 7a9eefbdc..cb720f21f 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -96,7 +96,7 @@ struct map_selection *route_rect(int order, struct coord *c1, struct coord *c2,
void route_set_destinations(struct route *this_, struct pcoord *dst, int count, int async);
int route_get_destinations(struct route *this_, struct pcoord *pc, int count);
int route_get_destination_count(struct route *this_);
-void route_get_distances(struct route *this, struct coord *c, int count, int *distances);
+void route_get_distances(struct route *this_, struct coord *c, int count, int *distances);
void route_set_destination(struct route *this_, struct pcoord *dst, int async);
void route_append_destination(struct route *this_, struct pcoord *dst, int async);
void route_remove_nth_waypoint(struct route *this_, int n);