X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/421d214fa928bb6e403d55c21c90ab61f6c76844..4ce3ebd3f5637f72f93407524e6fc40ade063a14:/art/cross.xpm?ds=sidebyside

diff --git a/art/cross.xpm b/art/cross.xpm
index b30173b398..20ab3f3466 100644
--- a/art/cross.xpm
+++ b/art/cross.xpm
@@ -1,17 +1,17 @@
-/* XPM */
-static char *cross_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"10 10 2 1",
-"  c Gray0",
-"# c None",
-/* pixels */
-" ######## ",
-"   ####   ",
-"#   ##   #",
-"##      ##",
-"###    ###",
-"###    ###",
-"##      ##",
-"#   ##   #",
-"   ####   ",
-"  ######  "};
+/* XPM */
+static const char *const cross_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"10 10 2 1",
+"  c Gray0",
+"# c None",
+/* pixels */
+" ######## ",
+"   ####   ",
+"#   ##   #",
+"##      ##",
+"###    ###",
+"###    ###",
+"##      ##",
+"#   ##   #",
+"   ####   ",
+"  ######  "};