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 6c9d1ed12..42edc61aa 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -1165,7 +1165,7 @@ bool path_add_part(char *path, int length, const char *newpart)
return true;
}
-void gui_file_gadget_open(struct browser_window *bw, hlcache_handle *hl,
+void gui_file_gadget_open(struct gui_window *g, hlcache_handle *hl,
struct form_control *gadget)
{
LOG(("File open dialog rquest for %p/%p", bw, gadget));