From fbf099f11e7d9f4d84053ce41d816e9d21e7dbb1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 3 May 2002 20:30:19 +0000 Subject: 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 --- test/tile.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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", -- cgit v1.2.3