projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix child window redraw glitches during scrolling (bug 1944002)
[wxWidgets.git]
/
src
/
common
/
listctrlcmn.cpp
diff --git
a/src/common/listctrlcmn.cpp
b/src/common/listctrlcmn.cpp
index 41f5f553cbbae7fe53d491b84111232640f0db81..22b5661be6b7becb379b5eb01ee76d64358dc39e 100644
(file)
--- 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)