summaryrefslogtreecommitdiff
path: root/navit/route.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-06-15 19:53:24 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-06-15 19:53:24 +0000
commit93280efbe81b3c42cbfd40020ad53bee0c6cd818 (patch)
treecd11be6284ec7b0610b6d06bd794ded39b28f0bc /navit/route.h
parentaeb22fff6a01ab7fb95f4226aab7321553ee9233 (diff)
downloadnavit-93280efbe81b3c42cbfd40020ad53bee0c6cd818.tar.gz
Fix:Core:Improved tracking to compensate for gps receivers with static navigation disabled
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2317 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 e71a59486..e9b03c843 100644
--- a/navit/route.h
+++ b/navit/route.h
@@ -89,7 +89,7 @@ int route_get_path_set(struct route *this);
int route_set_speed(struct route *this, enum item_type type, int value);
int route_contains(struct route *this, struct item *item);
void route_set_position(struct route *this, struct pcoord *pos);
-void route_set_position_from_tracking(struct route *this, struct tracking *tracking);
+void route_set_position_from_tracking(struct route *this, struct tracking *tracking, enum projection pro);
struct map_selection *route_rect(int order, struct coord *c1, struct coord *c2, int rel, int abs);
void route_set_destination(struct route *this, struct pcoord *dst, int async);
struct route_path_handle *route_path_open(struct route *this);