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"));