Browse Source

control/media_list_path.h: Add a forgotten libvlc_ prefix in libvlc_media_list_path_t.

pull/2/head
Pierre d'Herbemont 19 years ago
parent
commit
4f87ec3e64
  1. 2
      src/control/media_list_path.h

2
src/control/media_list_path.h

@ -28,7 +28,7 @@
/**************************************************************************
* Definition (Media List Player Internal)
**************************************************************************/
typedef int * media_list_path_t;
typedef int * libvlc_media_list_path_t;
/**************************************************************************

Loading…
Cancel
Save