]> git.saurik.com Git - wxWidgets.git/commitdiff
call static functions directly
authorPaul Cornett <paulcor@bullseye.com>
Sun, 7 May 2006 01:26:34 +0000 (01:26 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 7 May 2006 01:26:34 +0000 (01:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/window.cpp

index b7f89b18bd8a09698a993a705af68f86aca9232c..7e6640eb42e9aecd8e47b3733bec9e814d25354c 100644 (file)
@@ -2267,7 +2267,7 @@ bool wxWindowMSW::MSWProcessMessage(WXMSG* pMsg)
         // relay mouse move events to the tooltip control
         MSG *msg = (MSG *)pMsg;
         if ( msg->message == WM_MOUSEMOVE )
-            m_tooltip->RelayEvent(pMsg);
+            wxToolTip::RelayEvent(pMsg);
     }
 #endif // wxUSE_TOOLTIPS