SetStatusFields type in implementation now matches header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
66e3334451
commit
cc56206fcd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user