summaryrefslogtreecommitdiff
path: root/src/Fl_mac.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_mac.cxx')
-rw-r--r--src/Fl_mac.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx
index a943fd46f..5c102e32e 100644
--- a/src/Fl_mac.cxx
+++ b/src/Fl_mac.cxx
@@ -1973,7 +1973,7 @@ void Fl_Window::show() {
} else {
labeltype(FL_NO_LABEL);
}
- Fl_Tooltip::exit_(this);
+ Fl_Tooltip::exit(this);
if (!shown() || !i) {
Fl_X::make(this);
} else {