From: Robin Dunn Date: Fri, 7 Nov 2003 08:07:42 +0000 (+0000) Subject: Fixed warning X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d2eaa86b9ead7eaea0c05e9e1a803c40b671fe5d?ds=inline Fixed warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/gbsizer.cpp b/src/common/gbsizer.cpp index a43ee497a6..26775f835e 100644 --- a/src/common/gbsizer.cpp +++ b/src/common/gbsizer.cpp @@ -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* )