diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-03 20:30:19 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-03 20:30:19 +0000 |
| commit | fbf099f11e7d9f4d84053ce41d816e9d21e7dbb1 (patch) | |
| tree | 4e2f22c6b4f48d09bc01ed786e4951440acf790f /fluid | |
| parent | 35d50f14a9aaf82df7cc7f2a36245906b04d3e27 (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 'fluid')
| -rw-r--r-- | fluid/lock.xpm | 2 | ||||
| -rw-r--r-- | fluid/unlock.xpm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fluid/lock.xpm b/fluid/lock.xpm index 002f55527..73c5aa347 100644 --- a/fluid/lock.xpm +++ b/fluid/lock.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *lock_xpm[] = { +static const char *lock_xpm[] = { /* width height ncolors chars_per_pixel */ "16 16 6 1", /* colors */ diff --git a/fluid/unlock.xpm b/fluid/unlock.xpm index dd461589f..c5d45e72f 100644 --- a/fluid/unlock.xpm +++ b/fluid/unlock.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *unlock_xpm[] = { +static const char *unlock_xpm[] = { /* width height ncolors chars_per_pixel */ "16 16 6 1", /* colors */ |
