more mac build fix

Change-Id: I4d0f1c21aed9bbcc97f432b0f1872c508853708c
This commit is contained in:
Noel Grandin 2014-06-24 13:19:25 +02:00
parent 4d93f2263d
commit bcfc61a49f

View File

@ -872,7 +872,7 @@ NPError MacPluginComm::NPP_SetWindow( XPlugin_Impl* i_pImpl )
if( pNPWin->width == 0 || pNPWin->height == 0 || [rPlugData.m_pPlugView isHiddenOrHasHiddenAncestor] )
rPlugData.m_bSetWindowOnDraw = true;
NPError nErr = NPP_SetWindow( &i_pImpl->getNPPInstance(), i_pImpl->getNPWindow() );
NPError nErr = NPP_SetWindow( &i_pImpl->getNPPInstance(), &i_pImpl->getNPWindow() );
return nErr;
}