summaryrefslogtreecommitdiff
path: root/src/Fl_mac.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-06-14 11:01:03 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-06-14 11:01:03 +0000
commit27e5b81fd4ac20d2b7355a1a6a638f6bd93deb4f (patch)
tree7d75167bd622db8158f9663f92a8539b1469ab51 /src/Fl_mac.cxx
parentc468a521b012b87914030a45f0fdced1be87de67 (diff)
Changed Tooltip::exit_() to Tooltip::exit()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5201 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 {