]> git.sesse.net Git - vlc/blobdiff - include/vlc_arrays.h
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
[vlc] / include / vlc_arrays.h
index 9757ae48c45b0187dfb09ff30e1771937f3ecf2b..146392779d8fc1cd5e774c725b488ac183874994 100644 (file)
@@ -514,7 +514,7 @@ vlc_dictionary_all_keys( const vlc_dictionary_t * p_dict )
 
 static inline void
 __vlc_dictionary_insert( vlc_dictionary_t * p_dict, const char * psz_key,
-                         void * p_value, vlc_bool_t rebuild )
+                         void * p_value, bool rebuild )
 {
     if( !p_dict->p_entries )
         vlc_dictionary_init( p_dict, 1 );