Fixed warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -605,7 +605,7 @@ void wxGridBagSizer::Add( int width, int height, int, int flag, int border, wxOb
|
||||
// this class and should not be used. Their implementation in this class
|
||||
// simply fails.
|
||||
|
||||
void wxGridBagSizer::Add( wxSizerItem *item )
|
||||
void wxGridBagSizer::Add( wxSizerItem * )
|
||||
{ wxFAIL_MSG(wxT("Invalid Add form called.")); }
|
||||
|
||||
void wxGridBagSizer::Prepend( wxWindow *, int, int, int, wxObject* )
|
||||
|
Reference in New Issue
Block a user