summaryrefslogtreecommitdiff
path: root/beos/gui.cpp
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-02-22 15:12:10 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-02-22 15:12:10 +0000
commita3c00c71922f258f2a4a7129dfa51eb1a2838e4e (patch)
treef6282fc680f914af4a3e0074900b033667979eb6 /beos/gui.cpp
parent8445bc166bbebc4bf0abc90a8878eae7e1c4258b (diff)
downloadnetsurf-a3c00c71922f258f2a4a7129dfa51eb1a2838e4e.tar.gz
netsurf-a3c00c71922f258f2a4a7129dfa51eb1a2838e4e.tar.bz2
Fixup for core selection change.
Diffstat (limited to 'beos/gui.cpp')
-rw-r--r--beos/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index a5833365a..ff9b92dda 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -728,7 +728,7 @@ gui_window_save_link(struct gui_window *g, const char *url, const char *title)
* Send the source of a content to a text editor.
*/
-void nsbeos_gui_view_source(struct hlcache_handle *content, struct selection *selection)
+void nsbeos_gui_view_source(struct hlcache_handle *content)
{
char *temp_name;
bool done = false;