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
This commit is contained in:
Mattia Barbon 2002-07-29 21:05:43 +00:00
parent a4a2e5d2f3
commit 99bdcd556e

View File

@ -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);
}