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:
@@ -548,7 +548,7 @@ wxApp::~wxApp()
|
|||||||
// wxApp idle handling
|
// wxApp idle handling
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
void wxApp::OnIdle(wxIdleEvent& event)
|
void wxApp::OnIdle(wxIdleEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
#if wxUSE_DC_CACHEING
|
#if wxUSE_DC_CACHEING
|
||||||
// automated DC cache management: clear the cached DCs and bitmap
|
// automated DC cache management: clear the cached DCs and bitmap
|
||||||
|
Reference in New Issue
Block a user