diff options
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 13c98db7e..5f2f528a4 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 */ |