WinCE warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-09-21 09:03:26 +00:00
parent 9a8f051375
commit 276c8cfb53

View File

@ -814,6 +814,8 @@ bool wxFrame::HandleSize(int WXUNUSED(x), int WXUNUSED(y), WXUINT id)
IconizeChildFrames(true);
break;
}
#else
wxUnusedVar(id);
#endif // !__WXWINCE__
if ( !m_iconized )