Fix unused parameter warning after last commit (r62818).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2469,7 +2469,7 @@ wxPoint wxWindowBase::ConvertDialogToPixels(const wxPoint& pt)
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// propagate the colour change event to the subwindows
|
||||
void wxWindowBase::OnSysColourChanged(wxSysColourChangedEvent& event)
|
||||
void wxWindowBase::OnSysColourChanged(wxSysColourChangedEvent& WXUNUSED(event))
|
||||
{
|
||||
wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
|
||||
while ( node )
|
||||
|
Reference in New Issue
Block a user