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:
@@ -98,7 +98,7 @@ bool wxStatusBarGeneric::Create(wxWindow *parent,
|
|||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxStatusBarGeneric::SetFieldsCount(int number, const int widths[])
|
void wxStatusBarGeneric::SetFieldsCount(int number, const int *widths)
|
||||||
{
|
{
|
||||||
m_nFields = number;
|
m_nFields = number;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user