Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-09-08 11:18:10 +00:00
parent 29e3d1f99b
commit 447fd332c8

View File

@ -265,7 +265,7 @@ void wxTopLevelWindowBase::DoUpdateWindowUI(wxUpdateUIEvent& event)
}
}
void wxTopLevelWindowBase::RequestUserAttention(int flags)
void wxTopLevelWindowBase::RequestUserAttention(int WXUNUSED(flags))
{
// it's probably better than do nothing, isn't it?
Raise();