diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-10 21:39:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-10 21:39:53 +0000 |
commit | 14ee65b66a71fd8e9f873986305b78b135f0472c (patch) | |
tree | 9d6b1f93b0a4443bccb65397c06f20456feaf14e /gtk/tree_plus.xpm | |
parent | 329c090ec18cf162db9d09b98f007f8979238116 (diff) | |
download | gdk-pixbuf-14ee65b66a71fd8e9f873986305b78b135f0472c.tar.gz |
Data constness fixes. (#75754)
Diffstat (limited to 'gtk/tree_plus.xpm')
-rw-r--r-- | gtk/tree_plus.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/tree_plus.xpm b/gtk/tree_plus.xpm index d0ba80ca2..93bf3bfb3 100644 --- a/gtk/tree_plus.xpm +++ b/gtk/tree_plus.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *tree_plus[] = { +static const char *tree_plus[] = { /* width height num_colors chars_per_pixel */ " 9 9 2 1", /* colors */ |