X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a0f3579f1643963e84f3822b0272dbad3ad61aae..b529dc9c00bbafad3671e76e719277d4deecddbc:/src/expedia.c diff --git a/src/expedia.c b/src/expedia.c index 24e0b7bf..2ba65b5f 100644 --- a/src/expedia.c +++ b/src/expedia.c @@ -44,7 +44,7 @@ static gboolean expedia_coord_to_mapcoord ( const VikCoord *src, gdouble xzoom, static void expedia_mapcoord_to_center_coord ( MapCoord *src, VikCoord *dest ); static int expedia_download ( MapCoord *src, const gchar *dest_fn ); -static DownloadOptions expedia_options = { 0, NULL, 2, a_check_map_file }; +static DownloadMapOptions expedia_options = { 0, NULL, 2, a_check_map_file }; void expedia_init() { VikMapsLayer_MapType map_type = { 5, 0, 0, VIK_VIEWPORT_DRAWMODE_EXPEDIA, expedia_coord_to_mapcoord, expedia_mapcoord_to_center_coord, expedia_download, &expedia_options };