Kaydet (Commit) 0fb67dfd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix fallout from 461e0f9e

Change-Id: Ic4dc1c106ebcce7d27844551efca43cabb31c4ae
üst be7d87be
...@@ -82,7 +82,7 @@ struct SysPlugData ...@@ -82,7 +82,7 @@ struct SysPlugData
void XPlugin_Impl::SetSysPlugDataParentView(SystemEnvData const& rEnvData) void XPlugin_Impl::SetSysPlugDataParentView(SystemEnvData const& rEnvData)
{ {
m_pSysPlugData->m_pParentView = rEnvData.pView; m_pSysPlugData->m_pParentView = rEnvData.mpNSView;
} }
extern "C" { extern "C" {
......
...@@ -528,7 +528,7 @@ void XPlugin_Impl::loadPlugin() ...@@ -528,7 +528,7 @@ void XPlugin_Impl::loadPlugin()
#if defined MACOSX #if defined MACOSX
PluginComm* pComm = new MacPluginComm( m_aDescription.Mimetype, PluginComm* pComm = new MacPluginComm( m_aDescription.Mimetype,
m_aDescription.PluginName, m_aDescription.PluginName,
pEnvData->pView ); pEnvData->mpNSView );
#elif defined UNX #elif defined UNX
// need a new PluginComm // need a new PluginComm
PluginComm* pComm = NULL; PluginComm* pComm = NULL;
......
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