projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correction to icon index code
[wxWidgets.git]
/
src
/
msw
/
checklst.cpp
diff --git
a/src/msw/checklst.cpp
b/src/msw/checklst.cpp
index ae3ced7b55097d1d621bc0a20a9df681828cbad2..a0e585cb5fe36858017d9130eb9052f48dbca429 100644
(file)
--- a/
src/msw/checklst.cpp
+++ b/
src/msw/checklst.cpp
@@
-296,7
+296,7
@@
void wxCheckListBox::Delete(int N)
// free memory
delete m_aItems[N];
- m_aItems.Remove(N);
+ m_aItems.Remove
At
(N);
}
void wxCheckListBox::InsertItems(int nItems, const wxString items[], int pos)