tests: Make variable const to silence gcc

This commit is contained in:
Benjamin Otte 2011-06-01 16:52:34 +02:00
parent 37bade27f5
commit 2108e42306

View File

@ -397,7 +397,7 @@ create_calendar(void)
GtkSizeGroup *size;
GtkStyleContext *context;
PangoFontDescription *font_desc;
const PangoFontDescription *font_desc;
gchar *font;
gint i;