]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tooltip.cpp
fix the bug which prevented the same wxFile/DirDialog object from being used twice...
[wxWidgets.git] / src / msw / tooltip.cpp
index 84f9a38084fd887667e2472d759976de7e33edbd..8fde93e577c00165b4aa39b98c80555495b39576 100644 (file)
@@ -194,6 +194,7 @@ void wxToolTip::SetDelay(long milliseconds)
 // ---------------------------------------------------------------------------
 
 // create the tooltip ctrl for our parent frame if it doesn't exist yet
+/* static */
 WXHWND wxToolTip::GetToolTipCtrl()
 {
     if ( !ms_hwndTT )
@@ -222,6 +223,7 @@ WXHWND wxToolTip::GetToolTipCtrl()
     return ms_hwndTT;
 }
 
+/* static */
 void wxToolTip::RelayEvent(WXMSG *msg)
 {
     (void)SendTooltipMessage(GetToolTipCtrl(), TTM_RELAYEVENT, msg);