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:
Matthias Clasen 2017-03-08 22:27:06 -05:00
parent d1a03bc728
commit 04ad811e50

View File

@ -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 ());