mess
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3097
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int WXUNUSED(x), int WXUNUSED(y), bool WXUNUSED(centre),
int WXUNUSED(width), int WXUNUSED(height) )
{
int WXUNUSED(x), int WXUNUSED(y), bool WXUNUSED(centre),
int WXUNUSED(width), int WXUNUSED(height) )
{
- wxSingleChoiceDialog dialog(parent, message, caption, n, choices, client_data);
+ wxSingleChoiceDialog dialog(parent, message, caption, n, choices, (char **)client_data);
if ( dialog.ShowModal() == wxID_OK )
if ( dialog.ShowModal() == wxID_OK )
- return dialog.GetSelectionClientData();
+ return (wxChar *)dialog.GetSelectionClientData();
const wxString& message,
const wxString& caption,
const wxStringList& choices,
const wxString& message,
const wxString& caption,
const wxStringList& choices,
long style,
const wxPoint& pos)
: wxDialog(parent, -1, caption, pos, wxDefaultSize,
long style,
const wxPoint& pos)
: wxDialog(parent, -1, caption, pos, wxDefaultSize,