Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
29e3d1f99b
commit
447fd332c8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user