mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 05:26:14 +01:00
Add a forgotten g_type_ensure call
One of the types in this function was not wrapped in a g_type_ensure_call, an obvious oversight.
This commit is contained in:
parent
d1a03bc728
commit
04ad811e50
@ -1115,7 +1115,7 @@ _g_io_modules_ensure_loaded (void)
|
||||
g_type_ensure (g_registry_backend_get_type ());
|
||||
#endif
|
||||
#ifdef HAVE_COCOA
|
||||
g_nextstep_settings_backend_get_type ();
|
||||
g_type_ensure (g_nextstep_settings_backend_get_type ());
|
||||
#endif
|
||||
#ifdef G_OS_UNIX
|
||||
g_type_ensure (_g_unix_volume_monitor_get_type ());
|
||||
|
Loading…
Reference in New Issue
Block a user