wxWidgets/include
Vadim Zeitlin fc12b1f12a Take void** client data in wxSingleChoiceDialog ctor and not char**.
The client data is supposed to be untyped, there is really no reason (other
than compatibility with C conventions of 40 years ago) to use char** here.
So don't do it and provide the versions taking "void**" keeping "char**" ones
for backwards compatibility only.

Also deprecate GetSelectionClientData() that returned char* and add a new
GetSelectionData() returning void* instead.

Closes #13876.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-02-05 14:18:33 +00:00
..
msvc/wx Don't auto-link with 3rd party libraries in DLL build using MSVC. 2012-01-18 17:26:23 +00:00
wx Take void** client data in wxSingleChoiceDialog ctor and not char**. 2012-02-05 14:18:33 +00:00