summaryrefslogtreecommitdiff
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
commita5d44df590f5335364274c58f50f8fde289d3571 (patch)
tree45343f9fa5c550a08aca905928d58884b05f12e1
parent3603173aa4b3dd2b0b911bcd677edff7e249cdd1 (diff)
downloadnavit-a5d44df590f5335364274c58f50f8fde289d3571.tar.gz
Corrected *this_ typo
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5490 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--navit/navit/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navit/route.h b/navit/navit/route.h
index 7a9eefbdc..cb720f21f 100644
--- a/navit/navit/route.h
+++ b/navit/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);