X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1dc9f8394c1488ad8e7d945e6f943f7b34554ce..396825dced4558d8d724d0e38f7e1017f76d0a96:/src/common/listctrlcmn.cpp diff --git a/src/common/listctrlcmn.cpp b/src/common/listctrlcmn.cpp index 41f5f553cb..22b5661be6 100644 --- a/src/common/listctrlcmn.cpp +++ b/src/common/listctrlcmn.cpp @@ -23,7 +23,7 @@ #include "wx/listctrl.h" -const wxChar wxListCtrlNameStr[] = wxT("listCtrl"); +const char wxListCtrlNameStr[] = "listCtrl"; // ListCtrl events DEFINE_EVENT_TYPE(wxEVT_COMMAND_LIST_BEGIN_DRAG)