call static functions directly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-05-07 01:26:34 +00:00
parent 4fab51ddff
commit 259a4264ac

View File

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