summaryrefslogtreecommitdiff
path: root/beos/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/font.cpp')
-rw-r--r--beos/font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/font.cpp b/beos/font.cpp
index 87c2346d5..003af52b5 100644
--- a/beos/font.cpp
+++ b/beos/font.cpp
@@ -332,7 +332,7 @@ bool nsfont_paint(const plot_font_style_t *fstyle,
view = nsbeos_current_gc/*_lock*/();
if (view == NULL) {
- warn_user("No GC", 0);
+ beos_warn_user("No GC", 0);
return false;
}