From adebd2d72c8897f30bd9e673d1e16ef2794d72ab Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 30 Apr 2001 14:25:22 +0000 Subject: [PATCH] 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 --- src/os2/frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os2/frame.cpp b/src/os2/frame.cpp index 2921ea42dc..67201d59d7 100644 --- a/src/os2/frame.cpp +++ b/src/os2/frame.cpp @@ -246,7 +246,7 @@ void wxFrame::DoGetClientSize( #if wxUSE_STATUSBAR if ( GetStatusBar() && GetStatusBar()->IsShown() ) { - int nStatusX + int nStatusX; int nStatusY; GetStatusBar()->GetClientSize( &nStatusX -- 2.45.2