summaryrefslogtreecommitdiff
path: root/navit/vehicle/gypsy/vehicle_gypsy.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/vehicle/gypsy/vehicle_gypsy.c')
-rw-r--r--navit/vehicle/gypsy/vehicle_gypsy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/vehicle/gypsy/vehicle_gypsy.c b/navit/vehicle/gypsy/vehicle_gypsy.c
index 2ff9389f7..589e53a3f 100644
--- a/navit/vehicle/gypsy/vehicle_gypsy.c
+++ b/navit/vehicle/gypsy/vehicle_gypsy.c
@@ -493,5 +493,5 @@ void
plugin_init(void)
{
dbg(lvl_debug, "enter\n");
- plugin_register_vehicle_type("gypsy", vehicle_gypsy_new_gypsy);
+ plugin_register_category_vehicle("gypsy", vehicle_gypsy_new_gypsy);
}