]> git.saurik.com Git - wxWidgets.git/commitdiff
Make web sample XPMs const to fix compiler warnings on gcc.
authorSteve Lamerton <steve.lamerton@gmail.com>
Mon, 1 Aug 2011 12:54:09 +0000 (12:54 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Mon, 1 Aug 2011 12:54:09 +0000 (12:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/web/refresh.xpm
samples/web/stop.xpm
samples/web/wxlogo.xpm

index 9f584e026dc67497928e0e8fb5649dedfb20d8bb..e897f2662a6d3e7e2a671d896662d7bb9fa41c9a 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */\r
-static char * refresh_xpm[] = {\r
+static const char * refresh_xpm[] = {\r
 "24 24 207 2",\r
 "      c None",\r
 ".     c #3162A2",\r
index 40fb189e04442148715961641302c2e0402b9599..27adfeda61f0cc4fff498b3de678f7121aee466f 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */\r
-static char * stop_xpm[] = {\r
+static const char * stop_xpm[] = {\r
 "24 24 304 2",\r
 "      c None",\r
 ".     c #920F0F",\r
index 6dba64005f599b89d916c951922905b3aad36a74..efaeb5d8987525dc389e9c8f5a999bdb1b75ebed 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */\r
-static char * wxlogo_xpm[] = {\r
+static const char * wxlogo_xpm[] = {\r
 "24 24 57 1",\r
 "      c None",\r
 ".     c #000006",\r