]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Create a new wxStringBase class, providing a STL-like API, using
[wxWidgets.git] / src / common / appcmn.cpp
index ad464891f6c2027bb39286950cd772e3ac2cdc43..dd1636b598b7126cfc31f1c3bb36d05fd04223e7 100644 (file)
@@ -260,7 +260,7 @@ bool wxAppBase::SendIdleEvents(wxWindow* win, wxIdleEvent& event)
     return needMore;
 }
 
-void wxAppBase::OnIdle(wxIdleEvent& event)
+void wxAppBase::OnIdle(wxIdleEvent& WXUNUSED(event))
 {
     // If there are pending events, we must process them: pending events
     // are either events to the threads other than main or events posted