projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes to client area origin handling
[wxWidgets.git]
/
src
/
os2
/
listbox.cpp
diff --git
a/src/os2/listbox.cpp
b/src/os2/listbox.cpp
index 516ab66b2e2fb96ee4672958009552b36067a790..83a4d9e826e914147b83b435bfe600859b2b4aa5 100644
(file)
--- a/
src/os2/listbox.cpp
+++ b/
src/os2/listbox.cpp
@@
-209,7
+209,7
@@
void wxListBox::Delete(int N)
#if wxUSE_OWNER_DRAWN
delete m_aItems[N];
- m_aItems.Remove(N);
+ m_aItems.Remove
At
(N);
#else // !wxUSE_OWNER_DRAWN
if ( HasClientObjectData() )
{