summaryrefslogtreecommitdiff
path: root/desktop/gui_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui_window.h')
-rw-r--r--desktop/gui_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gui_window.h b/desktop/gui_window.h
index e503d4b86..38432f567 100644
--- a/desktop/gui_window.h
+++ b/desktop/gui_window.h
@@ -184,7 +184,7 @@ struct gui_window_table {
* \param gw window to update.
* \param url The url to use as icon.
*/
- void (*set_url)(struct gui_window *gw, const char *url);
+ nserror (*set_url)(struct gui_window *gw, const char *url);
/**
* Set a favicon for a gui window.