]> git.sesse.net Git - vlc/commitdiff
libvlc.h: restore C++ compatibility
authorRafaël Carré <funman@videolan.org>
Mon, 25 Mar 2013 13:06:28 +0000 (14:06 +0100)
committerRafaël Carré <funman@videolan.org>
Mon, 25 Mar 2013 13:06:28 +0000 (14:06 +0100)
include/vlc/libvlc.h

index ab1030dad118cf69e8c4438ba0b14242331d32a2..560b787df6731fe0dbb45319ec395dfc88c1ec11 100644 (file)
@@ -355,7 +355,7 @@ typedef struct vlc_log_t libvlc_log_t;
  * \version LibVLC 2.1.0 or later
  */
 void libvlc_log_get_context(const libvlc_log_t *ctx, const char **module,
-                            const char **file, unsigned *restrict line);
+                            const char **file, unsigned *line);
 
 /**
  * Gets VLC object informations about a log message: the type name of the VLC