From 441357153325d0c5260a0aad419a3a282b1429f1 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Tue, 12 Oct 2004 15:22:47 +0000 Subject: [PATCH] annoying oversight - someday compilers will point this out git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/cocoa/tooltip.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cocoa/tooltip.mm b/src/cocoa/tooltip.mm index fd2907bbdc..dafd53c086 100644 --- a/src/cocoa/tooltip.mm +++ b/src/cocoa/tooltip.mm @@ -70,7 +70,7 @@ wxWindow *wxToolTip::GetWindow() const // set the delay after which the tooltip appears //static - void SetDelay(long milliseconds) + void wxToolTip::SetDelay(long milliseconds) { //TODO wxFAIL_MSG(wxT("Not implemented")); -- 2.45.2