]> git.street.me.uk Git - andy/viking.git/blobdiff - src/expedia.c
Rename struct DownloadOptions to DownloadMapOptions
[andy/viking.git] / src / expedia.c
index 24e0b7bfd0d53a5a253315962d7aa40c1205d859..2ba65b5f78e375133bbda6e960a42c6824ca4bfe 100644 (file)
@@ -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 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 };
 
 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 };