summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-03 23:13:56 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-03 23:13:56 +0000
commit68bdb84beec52da7a72ec2c01278a39c427af25d (patch)
tree099ef115a568ff3de958e15dae84935e5cbd820b /desktop
parentbdfedb686bcad6da823c79e879451053f736c8d5 (diff)
downloadnetsurf-68bdb84beec52da7a72ec2c01278a39c427af25d.tar.gz
netsurf-68bdb84beec52da7a72ec2c01278a39c427af25d.tar.bz2
reference nsurl as a struct properly
Diffstat (limited to 'desktop')
-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 05c26afa1..7ecd3c21d 100644
--- a/desktop/gui_window.h
+++ b/desktop/gui_window.h
@@ -237,7 +237,7 @@ struct gui_window_table {
bool (*drag_start)(struct gui_window *g, gui_drag_type type, const struct rect *rect);
/** save link operation */
- nserror (*save_link)(struct gui_window *g, nsurl *url, const char *title);
+ nserror (*save_link)(struct gui_window *g, struct nsurl *url, const char *title);
/**
* Scrolls the specified area of a browser window into view.