mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 09:10:11 +00:00
GtkStyleContext: Fix compiler warning.
This commit is contained in:
parent
f984c39e93
commit
bdadcb568c
@ -81,7 +81,7 @@ gtk_style_context_init (GtkStyleContext *style_context)
|
||||
|
||||
priv = GTK_STYLE_CONTEXT_GET_PRIVATE (style_context);
|
||||
priv->store = gtk_style_set_new ();
|
||||
priv->theming_engine = gtk_theming_engine_load (NULL);
|
||||
priv->theming_engine = (GtkThemingEngine *) gtk_theming_engine_load (NULL);
|
||||
}
|
||||
|
||||
static GtkStyleProviderData *
|
||||
|
Loading…
Reference in New Issue
Block a user