cssnode: fix a compiler warning

This commit is contained in:
Cosimo Cecchi 2016-01-03 11:25:45 -08:00
parent 489928cbb4
commit dcaffe369f

View File

@ -1604,7 +1604,7 @@ gtk_css_node_has_initial_value (GtkCssNode *cssnode,
GtkCssNode *parent_node;
GtkCssStyle *style, *parent_style;
GtkCssValue *value, *initial, *computed;
GtkCssProvider *provider;
GtkStyleProviderPrivate *provider;
gboolean is_initial;
guint id;