m_clientData conflict fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-07-28 22:53:33 +00:00
parent b1519886c3
commit 452fd09f36
5 changed files with 10 additions and 13 deletions

View File

@@ -81,7 +81,6 @@ public:
protected:
int m_selection;
wxString m_stringSelection;
void *m_clientData;
wxListBox *m_listbox;
private: