fix unused parameter warning in OnIdle()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d05005c11f
commit
cb3c7fdda6
@ -548,7 +548,7 @@ wxApp::~wxApp()
|
||||
// wxApp idle handling
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
void wxApp::OnIdle(wxIdleEvent& event)
|
||||
void wxApp::OnIdle(wxIdleEvent& WXUNUSED(event))
|
||||
{
|
||||
#if wxUSE_DC_CACHEING
|
||||
// automated DC cache management: clear the cached DCs and bitmap
|
||||
|
Loading…
Reference in New Issue
Block a user