Remove() -> RemoveAt()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -308,7 +308,7 @@ public: \
|
||||
\
|
||||
T* Detach(size_t uiIndex) \
|
||||
{ T* p = (T*)wxBaseArray::Item(uiIndex); \
|
||||
wxBaseArray::Remove(uiIndex); return p; } \
|
||||
wxBaseArray::RemoveAt(uiIndex); return p; } \
|
||||
void Remove(size_t uiIndex) { RemoveAt(uiIndex); } \
|
||||
void RemoveAt(size_t uiIndex); \
|
||||
\
|
||||
|
Reference in New Issue
Block a user