make array data fully const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3582,7 +3582,7 @@ void wxGrid::ChangeCursorMode(CursorMode mode,
|
||||
bool captureMouse)
|
||||
{
|
||||
#if wxUSE_LOG_TRACE
|
||||
static const wxChar *cursorModes[] =
|
||||
static const wxChar *const cursorModes[] =
|
||||
{
|
||||
wxT("SELECT_CELL"),
|
||||
wxT("RESIZE_ROW"),
|
||||
|
Reference in New Issue
Block a user