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:
Vadim Zeitlin 2007-07-12 22:04:59 +00:00
parent d05005c11f
commit cb3c7fdda6

View File

@ -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