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/gtkstock.c | |
parent | 329c090ec18cf162db9d09b98f007f8979238116 (diff) | |
download | gtk+-14ee65b66a71fd8e9f873986305b78b135f0472c.tar.gz |
Data constness fixes. (#75754)
Diffstat (limited to 'gtk/gtkstock.c')
-rw-r--r-- | gtk/gtkstock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstock.c b/gtk/gtkstock.c index 13c98db7ed..5f2f528a49 100644 --- a/gtk/gtkstock.c +++ b/gtk/gtkstock.c @@ -260,7 +260,7 @@ gtk_stock_item_free (GtkStockItem *item) g_free (item); } -static GtkStockItem builtin_items [] = +static const GtkStockItem builtin_items [] = { /* KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate */ |