summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-03 20:30:19 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-03 20:30:19 +0000
commitfbf099f11e7d9f4d84053ce41d816e9d21e7dbb1 (patch)
tree4e2f22c6b4f48d09bc01ed786e4951440acf790f /test
parent35d50f14a9aaf82df7cc7f2a36245906b04d3e27 (diff)
Fix portability problems with Solaris Forte C++ compiler.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2191 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/tile.xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tile.xpm b/test/tile.xpm
index a9ef58968..ddc656eff 100644
--- a/test/tile.xpm
+++ b/test/tile.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * tile_xpm[] = {
+static const char * tile_xpm[] = {
"100 100 17 1",
" c None",
". c #DCDCDC",