]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checklst.cpp
Regenerated from filelist.txt
[wxWidgets.git] / src / msw / checklst.cpp
index ae3ced7b55097d1d621bc0a20a9df681828cbad2..a0e585cb5fe36858017d9130eb9052f48dbca429 100644 (file)
@@ -296,7 +296,7 @@ void wxCheckListBox::Delete(int N)
     // free memory
     delete m_aItems[N];
 
     // free memory
     delete m_aItems[N];
 
-    m_aItems.Remove(N);
+    m_aItems.RemoveAt(N);
 }
 
 void wxCheckListBox::InsertItems(int nItems, const wxString items[], int pos)
 }
 
 void wxCheckListBox::InsertItems(int nItems, const wxString items[], int pos)