Commit 3766cde9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix mozilla compilation on OSX

Needs testing
parent bacf5760
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment