mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 781545 - Fix PluginInstanceParent.cpp build with GCC 4.6 - r=bsmedberg
This commit is contained in:
parent
dc0b9aab51
commit
802d05cfee
@ -450,7 +450,7 @@ PluginInstanceParent::AnswerNPN_SetValue_NPPVpluginDrawingModel(
|
||||
|
||||
mDrawingModel = drawingModel;
|
||||
*result = mNPNIface->setvalue(mNPP, NPPVpluginDrawingModel,
|
||||
(void*)drawingModel);
|
||||
(void*)(intptr_t)drawingModel);
|
||||
|
||||
if (mRemoteImageDataShmem.IsWritable()) {
|
||||
container->SetRemoteImageData(nullptr, nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user