summaryrefslogtreecommitdiff
path: root/navit/vehicleprofile.c
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-14 18:43:50 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-04-14 18:43:50 +0000
commit4fdfa52244a3a7836fc25fb001c0d9ca06ce93fb (patch)
tree0333824783170e59cc4543e6186288eccf170095 /navit/vehicleprofile.c
parent7e42c865a6bdf27d8236528f2a1c556c962ed7ec (diff)
downloadnavit-4fdfa52244a3a7836fc25fb001c0d9ca06ce93fb.tar.gz
Fix:osd_core:Use correct new value for routespeed
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2211 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/vehicleprofile.c')
-rw-r--r--navit/vehicleprofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/vehicleprofile.c b/navit/vehicleprofile.c
index 650e6af75..533d8bb18 100644
--- a/navit/vehicleprofile.c
+++ b/navit/vehicleprofile.c
@@ -105,7 +105,7 @@ vehicleprofile_remove_attr(struct vehicleprofile *this_, struct attr *attr)
return 1;
}
-struct roadprofile_data *
+struct roadprofile *
vehicleprofile_get_roadprofile(struct vehicleprofile *this_, enum item_type type)
{
return g_hash_table_lookup(this_->roadprofile_hash, (void *)(long)type);