]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
Revert "Fix compilation, by "fixing" VLC_PUBLIC_API." as the compilation breakage...
[vlc] / include / vlc_objects.h
index 1115bbef81c33361484871183cb348085453ff43..0f5bbde69c7dc400b6c974973a3b506b54eadfa8 100644 (file)
@@ -86,6 +86,9 @@
 /* Types */
 typedef void (*vlc_destructor_t)(struct vlc_object_t *);
 
+/* Constants */
+VLC_PUBLIC_API const vlc_destructor_t kVLCDestructor;
+
 /*****************************************************************************
  * The vlc_object_t type. Yes, it's that simple :-)
  *****************************************************************************/