summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-06-01 16:52:34 +0200
committerBenjamin Otte <otte@redhat.com>2011-06-01 16:52:34 +0200
commit2108e4230689ce78177a974b2d1ee5072110571d (patch)
treee3c5c1019510dbbf3a756c032f3a6428c5fe21c5 /tests
parent37bade27f548dd1b82a1f5ab0121eafa90f3cdde (diff)
downloadgtk+-2108e4230689ce78177a974b2d1ee5072110571d.tar.gz
tests: Make variable const to silence gcc
Diffstat (limited to 'tests')
-rw-r--r--tests/testcalendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcalendar.c b/tests/testcalendar.c
index a71b5cc886..2b0d162f34 100644
--- a/tests/testcalendar.c
+++ b/tests/testcalendar.c
@@ -397,7 +397,7 @@ create_calendar(void)
GtkSizeGroup *size;
GtkStyleContext *context;
- PangoFontDescription *font_desc;
+ const PangoFontDescription *font_desc;
gchar *font;
gint i;