fix yet another typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-04-26 16:24:03 +00:00
parent f7008bad87
commit 778adf4c30

View File

@ -585,7 +585,7 @@ bool wxStatusBar::MSWProcessMessage(WXMSG* pMsg)
return wxWindow::MSWProcessMessage(pMsg);
}
bool wxStatusBar::MSWOnNotify(int WXUNUSED(idCtrl), WXLPARAM lParam, WXLPARAM* WXUNUSED(result));
bool wxStatusBar::MSWOnNotify(int WXUNUSED(idCtrl), WXLPARAM lParam, WXLPARAM* WXUNUSED(result))
{
if ( HasFlag(wxSTB_SHOW_TIPS) )
{