forked from AuroraMiddleware/gtk
tests: Make variable const to silence gcc
This commit is contained in:
parent
37bade27f5
commit
2108e42306
@ -397,7 +397,7 @@ create_calendar(void)
|
||||
|
||||
GtkSizeGroup *size;
|
||||
GtkStyleContext *context;
|
||||
PangoFontDescription *font_desc;
|
||||
const PangoFontDescription *font_desc;
|
||||
gchar *font;
|
||||
gint i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user