summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
Diffstat (limited to 'beos')
-rw-r--r--beos/beos_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/beos_window.cpp b/beos/beos_window.cpp
index 3a87be8f4..2e4db7e4c 100644
--- a/beos/beos_window.cpp
+++ b/beos/beos_window.cpp
@@ -1604,7 +1604,7 @@ bool gui_window_scroll_start(struct gui_window *g)
}
bool gui_window_drag_start(struct gui_window *g, gui_drag_type type,
- struct rect *rect)
+ const struct rect *rect)
{
return true;
}