[vlc-commits] missing: fix conflicting type for vlc_New
Thomas Guillem
git at videolan.org
Thu Jun 21 11:15:48 CEST 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jun 21 11:15:23 2018 +0200| [417a26ca65ac65f9710221deec4c6034b90535b2] | committer: Thomas Guillem
missing: fix conflicting type for vlc_New
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=417a26ca65ac65f9710221deec4c6034b90535b2
---
src/missing.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/missing.c b/src/missing.c
index a3e57e9d73..74887beaba 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;
More information about the vlc-commits
mailing list