summaryrefslogtreecommitdiff
path: root/beos/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/window.cpp')
-rw-r--r--beos/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/window.cpp b/beos/window.cpp
index 23ae283d2..ed6abcb60 100644
--- a/beos/window.cpp
+++ b/beos/window.cpp
@@ -348,7 +348,7 @@ static struct gui_window *gui_window_create(struct browser_window *bw,
g = (struct gui_window *)malloc(sizeof(*g));
if (!g) {
- warn_user("NoMemory", 0);
+ beos_warn_user("NoMemory", 0);
return 0;
}