From: Stefan Csomor Date: Thu, 16 Jan 2003 14:11:24 +0000 (+0000) Subject: adapted wxSizer::Remove type to new header X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d3d342619634f4fe3911544ee5150816cef39737?ds=inline adapted wxSizer::Remove type to new header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/proplist.cpp b/src/generic/proplist.cpp index 58548e6b38..6b646ffb05 100644 --- a/src/generic/proplist.cpp +++ b/src/generic/proplist.cpp @@ -542,7 +542,7 @@ void wxPropertyListView::ShowListBoxControl(bool show) if (show) m_middleSizer->Prepend( m_valueList, 0, wxTOP|wxLEFT|wxRIGHT | wxEXPAND, 3 ); else - m_middleSizer->Remove( 0u ); + m_middleSizer->Remove( (size_t) 0 ); m_propertyWindow->Layout(); }