]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed my utnpaste error (thanks to Marcin Wojdyr
authorMattia Barbon <mbarbon@cpan.org>
Mon, 29 Jul 2002 21:05:43 +0000 (21:05 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 29 Jul 2002 21:05:43 +0000 (21:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/statline.cpp

index cebd4a9da85c94f84930ab945ca16d22a91ace7e..27437f2e6ae25df4dc1116911a3a184736e1edcb 100644 (file)
@@ -66,8 +66,7 @@ WXWidget wxStaticLine::GetMainWidget() const
     return m_statbox->GetMainWidget();
 }
 
     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);
 }
 {
     m_statbox->SetSize(x, y, width, height, sizeFlags);
 }