wxChar -> char
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0b44214c97
commit
fba05595e6
@ -33,7 +33,7 @@
|
||||
// Define this only if native implementation includes all features
|
||||
#define wxCOMBOCONTROL_FULLY_FEATURED
|
||||
|
||||
extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxComboBoxNameStr[];
|
||||
extern WXDLLIMPEXP_DATA_CORE(const char) wxComboBoxNameStr[];
|
||||
|
||||
class WXDLLEXPORT wxComboCtrl : public wxComboCtrlBase
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user