Too quick a trigger finger first time. Compile error fixed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3875544933
commit
adebd2d72c
@ -246,7 +246,7 @@ void wxFrame::DoGetClientSize(
|
||||
#if wxUSE_STATUSBAR
|
||||
if ( GetStatusBar() && GetStatusBar()->IsShown() )
|
||||
{
|
||||
int nStatusX
|
||||
int nStatusX;
|
||||
int nStatusY;
|
||||
|
||||
GetStatusBar()->GetClientSize( &nStatusX
|
||||
|
Loading…
Reference in New Issue
Block a user