Add "const" to the recently added wxRTC XPM.

This fixes half a page of warnings about converting string constants to
non-const char* from g++.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2014-02-17 23:53:43 +00:00
parent b577f3d731
commit 9d2b9feeb1

View File

@ -1,5 +1,5 @@
/* XPM */
static char *image_placeholder24x24_xpm[] = {
static const char *image_placeholder24x24_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
" c #7E97A9",