Avoid an unintented export

GtkStyleCascade is entirely private, so don't leak any symbols.
This commit is contained in:
Matthias Clasen 2012-09-18 13:36:35 -04:00
parent 5f9b010b94
commit e0f2492ce8

View File

@ -172,7 +172,7 @@ gtk_style_cascade_get_color (GtkStyleProviderPrivate *provider,
return NULL;
}
GtkCssKeyframes *
static GtkCssKeyframes *
gtk_style_cascade_get_keyframes (GtkStyleProviderPrivate *provider,
const char *name)
{