From: Ryan Norton Date: Tue, 12 Oct 2004 15:22:47 +0000 (+0000) Subject: annoying oversight - someday compilers will point this out X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/441357153325d0c5260a0aad419a3a282b1429f1 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 --- 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"));