projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed crash in ~wxHtmlCell
[wxWidgets.git]
/
src
/
os2
/
menu.cpp
diff --git
a/src/os2/menu.cpp
b/src/os2/menu.cpp
index e93d89adc4053be542bcb81d4aa1cab4a81dde02..186744bf97d9a5596318a914fe632cd0701a884f 100644
(file)
--- a/
src/os2/menu.cpp
+++ b/
src/os2/menu.cpp
@@
-244,7
+244,7
@@
void wxMenu::UpdateAccel(
if (pAccel)
m_vAccels[n] = pAccel;
else
- m_vAccels.Remove(n);
+ m_vAccels.Remove
At
(n);
}
if (IsAttached())
@@
-448,7
+448,7
@@
wxMenuItem* wxMenu::DoRemove(
if (n != wxNOT_FOUND)
{
delete m_vAccels[n];
- m_vAccels.Remove(n);
+ m_vAccels.Remove
At
(n);
}
#endif // wxUSE_ACCEL