X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/655cae2f7c91487a7a2cc1f017e10274cb8b70d7..9dcc92cc353c190e0031143b59695582ef329ab4:/src/terraservermapsource.c diff --git a/src/terraservermapsource.c b/src/terraservermapsource.c index 72aec94a..5701a420 100644 --- a/src/terraservermapsource.c +++ b/src/terraservermapsource.c @@ -37,7 +37,7 @@ static gchar *_get_hostname( VikMapSourceDefault *self ); static DownloadMapOptions *_get_download_options( VikMapSourceDefault *self ); /* FIXME Huge gruik */ -static DownloadMapOptions terraserver_options = { FALSE, FALSE, NULL, 0, a_check_map_file, NULL }; +static DownloadMapOptions terraserver_options = { FALSE, FALSE, NULL, 0, a_check_map_file, NULL, NULL }; typedef struct _TerraserverMapSourcePrivate TerraserverMapSourcePrivate; struct _TerraserverMapSourcePrivate