summaryrefslogtreecommitdiff
path: root/gtk/tree_minus.xbm
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-12-10 21:39:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-12-10 21:39:53 +0000
commit14ee65b66a71fd8e9f873986305b78b135f0472c (patch)
tree9d6b1f93b0a4443bccb65397c06f20456feaf14e /gtk/tree_minus.xbm
parent329c090ec18cf162db9d09b98f007f8979238116 (diff)
downloadgtk+-14ee65b66a71fd8e9f873986305b78b135f0472c.tar.gz
Data constness fixes. (#75754)
Diffstat (limited to 'gtk/tree_minus.xbm')
-rw-r--r--gtk/tree_minus.xbm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/tree_minus.xbm b/gtk/tree_minus.xbm
index 0290a34b6e..a41090a0be 100644
--- a/gtk/tree_minus.xbm
+++ b/gtk/tree_minus.xbm
@@ -1,5 +1,5 @@
#define tree_minus_width 9
#define tree_minus_height 9
-static char tree_minus_bits[] = {
+static const char tree_minus_bits[] = {
0xff,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x7d,0xff,0x01,0xff,0x01,0xff,0x01,
0xff,0xff,0xff};