]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/listbox.cpp
added new project file having the new files
[wxWidgets.git] / src / mac / listbox.cpp
index 05cc0e249a6927baa3f82ebd2461c8aa253ea602..4624d820db78118eedba18893cf8806bef05d971 100644 (file)
@@ -166,7 +166,7 @@ void wxListBox::Delete(int N)
     }
 #endif // wxUSE_OWNER_DRAWN/!wxUSE_OWNER_DRAWN
        m_stringArray.Remove( N ) ;
-       m_dataArray.Remove( N ) ;
+       m_dataArray.RemoveAt( N ) ;
        m_noItems --;
        
        MacDelete( N ) ;