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:
@@ -817,7 +817,7 @@ void wxLogDialog::CreateDetailsControls(wxWindow *parent)
|
||||
wxImageList *imageList = new wxImageList(ICON_SIZE, ICON_SIZE);
|
||||
|
||||
// order should be the same as in the switch below!
|
||||
static const wxChar* icons[] =
|
||||
static const wxChar* const icons[] =
|
||||
{
|
||||
wxART_ERROR,
|
||||
wxART_WARNING,
|
||||
|
||||
Reference in New Issue
Block a user