summaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/display-gtk.h b/display-gtk.h
index 4f156c7f7..e1fd4f5d9 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -114,6 +114,6 @@ extern GtkTreeViewColumn *tree_view_column(GtkWidget *tree_view, int index, cons
data_func_t data_func, unsigned int flags);
GError *uemis_download(const char *path, char **divenr, char **xml_buffer,
- progressbar_t *progress, gboolean force_download);
+ progressbar_t *progress, GtkDialog *dialog, gboolean force_download);
#endif