Commit 1443f97d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Fix compilation.

parent 567a6a0c
......@@ -44,7 +44,11 @@ extern "C" {
* @{
*/
#ifdef __cplusplus
enum libvlc_event_type_e {
#else
enum libvlc_event_type_t {
#else
/* Append new event types at the end.
* Do not remove, insert or re-order any entry. */
libvlc_MediaMetaChanged,
......
......@@ -99,8 +99,5 @@ VLC_PUBLIC_API libvlc_media_list_t *
/** @} */
# ifdef __cplusplus
}
# endif
#endif /* VLC_LIBVLC_MEDIA_LIBRARY_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment