X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e151594721201f2048aa295dcf35acd28f012b9..e505d15e0710eb3d882a5224a9fff1f52d9f0061:/src/cocoa/tooltip.mm 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"));