]> git.sesse.net Git - vlc/blobdiff - src/libvlc-common.c
Hide i_children and pp_children away
[vlc] / src / libvlc-common.c
index f2e56131df5ed00c03863e091cec9a1e2150277b..26d58a8b9dd39a7d01ea85accd6dae5bcf245fa9 100644 (file)
@@ -426,7 +426,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
     }
 
     msg_Dbg( p_libvlc, "module bank initialized, found %i modules",
-             p_libvlc_global->p_module_bank->i_children );
+             vlc_internals( p_libvlc_global->p_module_bank )->i_children );
 
     /* Check for help on modules */
     if( (p_tmp = config_GetPsz( p_libvlc, "module" )) )