summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index f6a87004d..3001c2eed 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -60,7 +60,7 @@ void gui_gadget_combo(struct browser_window* bw, struct form_control* g, unsigne
void gui_window_place_caret(gui_window *g, int x, int y, int height);
-void gui_launch_url(char *url);
+void gui_launch_url(const char *url);
void warn_user(const char *warning, const char *detail);