From 91515e2b566bee852f00ad9dbe68bc2beb8d1504 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 1 May 2016 22:04:03 +0100 Subject: update beos frontend to remove useage of depricated warn_user API --- beos/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/window.cpp') 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; } -- cgit v1.2.3