StyleProviderPrivate: mark internal variable as static

Otherwise, it could conflict with other symbols with the same
name exported by a different shared library, with undefined
effects.

https://bugzilla.gnome.org/show_bug.cgi?id=674577
This commit is contained in:
Giovanni Campagna 2012-04-22 19:25:16 +02:00
parent 9d6811859f
commit dee341fc35

View File

@ -29,7 +29,7 @@ enum {
G_DEFINE_INTERFACE (GtkStyleProviderPrivate, _gtk_style_provider_private, GTK_TYPE_STYLE_PROVIDER)
guint signals[LAST_SIGNAL];
static guint signals[LAST_SIGNAL];
static void
_gtk_style_provider_private_default_init (GtkStyleProviderPrivateInterface *iface)