summaryrefslogtreecommitdiff
path: root/navit/vehicle.h
diff options
context:
space:
mode:
authorakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-09-03 11:47:22 +0000
committerakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-09-03 11:47:22 +0000
commite6c37c74704818eee93fa490e719e6d3d2dc2101 (patch)
tree0d09078367d7c74a3924e654e656bea4a40cb295 /navit/vehicle.h
parent9eb4277d8c76b9a1fb63c4caf8ad1dd8f538a5d6 (diff)
downloadnavit-e6c37c74704818eee93fa490e719e6d3d2dc2101.tar.gz
Fix:core:Made route.h vehicle.h C++ friendly
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3555 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/vehicle.h')
-rw-r--r--navit/vehicle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/vehicle.h b/navit/vehicle.h
index 7caf05795..3c1dcda1c 100644
--- a/navit/vehicle.h
+++ b/navit/vehicle.h
@@ -51,7 +51,7 @@ int vehicle_add_attr(struct vehicle *this_, struct attr *attr);
int vehicle_remove_attr(struct vehicle *this_, struct attr *attr);
void vehicle_set_cursor(struct vehicle *this_, struct cursor *cursor);
void vehicle_draw(struct vehicle *this_, struct graphics *gra, struct point *pnt, int lazy, int angle, int speed);
-int vehicle_get_cursor_data(struct vehicle *this, struct point *pnt, int *angle, int *speed);
+int vehicle_get_cursor_data(struct vehicle *this_, struct point *pnt, int *angle, int *speed);
void vehicle_log_gpx_add_tag(char *tag, char **logstr);
/* end of prototypes */