summaryrefslogtreecommitdiff
path: root/beos/gui.cpp
diff options
context:
space:
mode:
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;