reference nsurl as a struct properly

This commit is contained in:
Vincent Sanders 2014-11-03 23:13:56 +00:00
parent bdfedb686b
commit 68bdb84bee

View File

@ -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.