supress unused var warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
26178b5d2a
commit
f9c240ec1e
@ -551,6 +551,8 @@ void wxTabMDIChildFrame::DoSetSize(int x, int y, int width, int height, int size
|
|||||||
m_mdi_newrect = wxRect(x, y, width, height);
|
m_mdi_newrect = wxRect(x, y, width, height);
|
||||||
#ifdef __WXGTK__
|
#ifdef __WXGTK__
|
||||||
wxPanel::DoSetSize(x,y,width, height, sizeFlags);
|
wxPanel::DoSetSize(x,y,width, height, sizeFlags);
|
||||||
|
#else
|
||||||
|
wxUnusedVar(sizeFlags);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user