From: Julian Smart Date: Sat, 5 Feb 2000 23:07:43 +0000 (+0000) Subject: SetStatusFields type in implementation now matches header X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc56206fcda5ec7d524e7451d5f04ea54a1bfdb0?hp=66e33344514746d29c0232ee5590de7fa32f7480 SetStatusFields type in implementation now matches header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/statusbr.cpp b/src/generic/statusbr.cpp index de2d7df940..531adc99a9 100644 --- a/src/generic/statusbr.cpp +++ b/src/generic/statusbr.cpp @@ -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;