Unicode compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -133,7 +133,7 @@ wxString wxGetSingleChoice( const wxString& message,
|
||||
// Overloaded for backward compatibility
|
||||
wxString wxGetSingleChoice( const wxString& message,
|
||||
const wxString& caption,
|
||||
int n, char *choices[],
|
||||
int n, wxChar *choices[],
|
||||
wxWindow *parent,
|
||||
int x, int y, bool centre,
|
||||
int width, int height )
|
||||
|
Reference in New Issue
Block a user