]> git.street.me.uk Git - andy/viking.git/blobdiff - src/expedia.c
Add referer to DownloadOptions
[andy/viking.git] / src / expedia.c
index bc7b60864f9fb1596be853a9ee5c1dab33747a6b..cd0dfa9db8bc5976739e64263053906f0ef36ccb 100644 (file)
@@ -37,7 +37,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 };
+static DownloadOptions expedia_options = { 0, NULL };
 
 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 };