define arrays of chartoo as the existing ones can't be used to store char values (bug 1572314)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-04 12:51:01 +00:00
parent 719bc6faad
commit 1ffc8d7a55
3 changed files with 35 additions and 0 deletions

View File

@@ -403,6 +403,7 @@ void name::insert(iterator it, const_iterator first, const_iterator last) \
#endif
_WX_DEFINE_BASEARRAY(const void *, wxBaseArrayPtrVoid)
_WX_DEFINE_BASEARRAY(char, wxBaseArrayChar)
_WX_DEFINE_BASEARRAY(short, wxBaseArrayShort)
_WX_DEFINE_BASEARRAY(int, wxBaseArrayInt)
_WX_DEFINE_BASEARRAY(long, wxBaseArrayLong)