]> git.saurik.com Git - wxWidgets.git/commitdiff
annoying oversight - someday compilers will point this out
authorRyan Norton <wxprojects@comcast.net>
Tue, 12 Oct 2004 15:22:47 +0000 (15:22 +0000)
committerRyan Norton <wxprojects@comcast.net>
Tue, 12 Oct 2004 15:22:47 +0000 (15:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/tooltip.mm

index fd2907bbdc5e37e3c789f16fcf02df3065152246..dafd53c086a07ccacaf412421f508f8bf815187a 100644 (file)
@@ -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"));