wxChar -> char

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2007-11-13 11:00:14 +00:00
parent 0b44214c97
commit fba05595e6

View File

@ -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
{