From 417a26ca65ac65f9710221deec4c6034b90535b2 Mon Sep 17 00:00:00 2001 From: Thomas Guillem <thomas@gllm.fr> Date: Thu, 21 Jun 2018 11:15:23 +0200 Subject: [PATCH] missing: fix conflicting type for vlc_New --- src/missing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/missing.c b/src/missing.c index a3e57e9d7302..74887beaba61 100644 --- a/src/missing.c +++ b/src/missing.c @@ -241,7 +241,7 @@ vlm_message_t *vlm_MessageNew (const char *a, const char *fmt, ...) } #undef vlm_New -vlm_t *vlm_New (vlc_object_t *obj, const char *file) +vlm_t *vlm_New (libvlc_int_t *obj, const char *file) { msg_Err (obj, "VLM not compiled-in!"); (void) file; -- GitLab