]> git.street.me.uk Git - andy/viking.git/blobdiff - src/terraservermapsource.c
Add copyright to srtm_continent.c
[andy/viking.git] / src / terraservermapsource.c
index 49fa883aa06113951ba851c2e770757195fce2a4..dbff9723d95869afd3671e7185cd8c631bd7691a 100644 (file)
@@ -34,7 +34,7 @@ static void * _download_handle_init ( VikMapSource *self );
 static void _download_handle_cleanup ( VikMapSource *self, void *handle );
 
 /* FIXME Huge gruik */
-static DownloadOptions terraserver_options = { 0, NULL, 0, a_check_map_file };
+static DownloadMapOptions terraserver_options = { FALSE, FALSE, NULL, 0, a_check_map_file };
 
 typedef struct _TerraserverMapSourcePrivate TerraserverMapSourcePrivate;
 struct _TerraserverMapSourcePrivate