]> git.saurik.com Git - wxWidgets.git/commitdiff
SetStatusFields type in implementation now matches header
authorJulian Smart <julian@anthemion.co.uk>
Sat, 5 Feb 2000 23:07:43 +0000 (23:07 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 5 Feb 2000 23:07:43 +0000 (23:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/statusbr.cpp

index de2d7df9409606f07be7060d89a7043564d2abed..531adc99a921d4c552ecb2943526b507665d7320 100644 (file)
@@ -98,7 +98,7 @@ bool wxStatusBarGeneric::Create(wxWindow *parent,
   return success;
 }
 
-void wxStatusBarGeneric::SetFieldsCount(int number, const int widths[])
+void wxStatusBarGeneric::SetFieldsCount(int number, const int *widths)
 {
   m_nFields = number;