From 3766cde973086bdff98433f0eb2b8dd6286e4c62 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 24 Jan 2010 23:22:28 +0100 Subject: [PATCH] Fix mozilla compilation on OSX Needs testing --- projects/mozilla/vlcshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mozilla/vlcshell.cpp b/projects/mozilla/vlcshell.cpp index a2ecf86cc3..5681fbdec3 100644 --- a/projects/mozilla/vlcshell.cpp +++ b/projects/mozilla/vlcshell.cpp @@ -201,7 +201,7 @@ int16 NPP_HandleEvent( NPP instance, void * event ) { bool hasVout = false; - if( p_plugin->playlist_isplaying(&ex) ) + if( p_plugin->playlist_isplaying() ) { hasVout = p_plugin->player_has_vout(NULL); if( hasVout ) -- 2.39.2