]> git.saurik.com Git - wxWidgets.git/commitdiff
adapted wxSizer::Remove type to new header
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 16 Jan 2003 14:11:24 +0000 (14:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 16 Jan 2003 14:11:24 +0000 (14:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/proplist.cpp

index 58548e6b381c9087a2f76cdeab3383ade43ec2b4..6b646ffb05656dee51003bf88d67a29dd4829b9f 100644 (file)
@@ -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();
     }