renamed m_clientData to fix compilation problems

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-09-05 19:17:17 +00:00
parent 8d400a3a23
commit f85b3ee981
2 changed files with 14 additions and 14 deletions

View File

@@ -173,7 +173,7 @@ protected:
wxArrayInt m_selections;
// and this one the client data (either void or wxClientData)
wxArrayPtrVoid m_clientData;
wxArrayPtrVoid m_itemsClientData;
// the current item
int m_current;