]> git.sesse.net Git - vlc/blobdiff - src/misc/variables.h
Less memleaks in Qt interface.
[vlc] / src / misc / variables.h
index 2565edb88e43d2ed5ce54656c5dbf03850f5a6ff..96dc450a50ef096227e814f036b0c8b74d3da664 100644 (file)
@@ -68,7 +68,7 @@ struct variable_t
     vlc_list_t   choices_text;
 
     /** Set to TRUE if the variable is in a callback */
-    vlc_bool_t   b_incallback;
+    bool   b_incallback;
 
     /** Number of registered callbacks */
     int                i_entries;