Skip to content
Snippets Groups Projects
Commit 84016b14 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Hugo Beauzée-Luyssen
Browse files

qt: add missing forward declaration

intf_thread_t wasn't forward-declared and was available only thanks to
vlc_object_cast forward declaration.
parent 58202004
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ enum{
extern "C" {
typedef struct intf_dialog_args_t intf_dialog_args_t;
typedef struct vlc_playlist vlc_playlist_t;
typedef struct intf_thread_t intf_thread_t;
}
namespace vlc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment