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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user