Commit 86ce960c authored by Damien Fouilleul's avatar Damien Fouilleul

- vlcshell.cp: compile fix

parent 264b8243
...@@ -119,6 +119,7 @@ NPError NPP_GetValue( NPP instance, NPPVariable variable, void *value ) ...@@ -119,6 +119,7 @@ NPError NPP_GetValue( NPP instance, NPPVariable variable, void *value )
switch( variable ) switch( variable )
{ {
case NPPVpluginScriptableNPObject: case NPPVpluginScriptableNPObject:
{
/* retrieve plugin root class */ /* retrieve plugin root class */
NPClass *scriptClass = p_plugin->getScriptClass(); NPClass *scriptClass = p_plugin->getScriptClass();
if( scriptClass ) if( scriptClass )
...@@ -128,6 +129,7 @@ NPError NPP_GetValue( NPP instance, NPPVariable variable, void *value ) ...@@ -128,6 +129,7 @@ NPError NPP_GetValue( NPP instance, NPPVariable variable, void *value )
return NPERR_NO_ERROR; return NPERR_NO_ERROR;
} }
break; break;
}
default: default:
; ;
......
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