From 99bdcd556e57cf263fbfcc0f65cdd8ebd5f1c211 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Mon, 29 Jul 2002 21:05:43 +0000 Subject: [PATCH] Fixed my utnpaste error (thanks to Marcin Wojdyr git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/statline.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/generic/statline.cpp b/src/generic/statline.cpp index cebd4a9da8..27437f2e6a 100644 --- a/src/generic/statline.cpp +++ b/src/generic/statline.cpp @@ -66,8 +66,7 @@ WXWidget wxStaticLine::GetMainWidget() const return m_statbox->GetMainWidget(); } -void wxStaticLine::DoSetSize(int x, int y, int width, int height, - int sizeFlags = wxSIZE_AUTO) +void wxStaticLine::DoSetSize(int x, int y, int width, int height, int sizeFlags) { m_statbox->SetSize(x, y, width, height, sizeFlags); } -- 2.45.2