]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
Preferences: don't show empty boxes ('zoom' box bug)
[vlc] / include / vlc_objects.h
index c3b207880a3c55a6c0fb9f0b4d167592ed388515..34149d027aa6f87ed6699e0e5c7e16eb7f4728f2 100644 (file)
@@ -162,7 +162,7 @@ VLC_EXPORT( void, __vlc_object_kill, ( vlc_object_t * ) );
 #define vlc_object_kill(a) \
     __vlc_object_kill( VLC_OBJECT(a) )
 
-static inline bool __vlc_object_alive (vlc_object_t *obj)
+static inline bool __vlc_object_alive (const vlc_object_t *obj)
 {
     barrier ();
     return !obj->b_die;