X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/1f78e182e7eaf305c3a10d2e145dbcc994d5e862..43e8b799d298705a645376a567b89faa20d55a87:/src/vikgototool.h diff --git a/src/vikgototool.h b/src/vikgototool.h index 95f94bc5..f8b8de79 100644 --- a/src/vikgototool.h +++ b/src/vikgototool.h @@ -42,7 +42,7 @@ struct _VikGotoToolClass GObjectClass object_class; gchar *(* get_label) (VikGotoTool *self); gchar *(* get_url_format) (VikGotoTool *self); - DownloadOptions *(* get_download_options) (VikGotoTool *self); + DownloadMapOptions *(* get_download_options) (VikGotoTool *self); gboolean (* parse_file_for_latlon) (VikGotoTool *self, gchar *filename, struct LatLon *ll); }; @@ -54,7 +54,7 @@ struct _VikGotoTool { gchar *vik_goto_tool_get_label ( VikGotoTool *self ); gchar *vik_goto_tool_get_url_format ( VikGotoTool *self ); -DownloadOptions *vik_goto_tool_get_download_options ( VikGotoTool *self ); +DownloadMapOptions *vik_goto_tool_get_download_options ( VikGotoTool *self ); gboolean vik_goto_tool_parse_file_for_latlon ( VikGotoTool *self, gchar *filename, struct LatLon *ll ); int vik_goto_tool_get_coord ( VikGotoTool *self, VikWindow *vw, VikViewport *vvp, gchar *srch_str, VikCoord *coord );