mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-20 00:47:52 +02:00
Make GSettingsSchema work
A static variable has to be marked as static...
This commit is contained in:
@@ -36,7 +36,7 @@ static GSList *schema_sources;
|
||||
static void
|
||||
initialise_schema_sources (void)
|
||||
{
|
||||
gsize initialised;
|
||||
static gsize initialised;
|
||||
|
||||
if G_UNLIKELY (g_once_init_enter (&initialised))
|
||||
{
|
||||
|
Reference in New Issue
Block a user