]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checklst.cpp
fixed translatable strings handling in XRC
[wxWidgets.git] / src / msw / checklst.cpp
index 808a4b4f7fbe45b1b260740867aa7c45112b1335..a0e585cb5fe36858017d9130eb9052f48dbca429 100644 (file)
@@ -45,7 +45,7 @@
 #include <windows.h>
 #include <windowsx.h>
 
-#ifdef __GNUWIN32_OLD__
+#if defined(__GNUWIN32_OLD__)
     #include "wx/msw/gnuwin32/extra.h"
 #endif
 
@@ -296,7 +296,7 @@ void wxCheckListBox::Delete(int 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)