mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1057839 - Fix build failure on VS2013 Update 3 with --enable-warnings-as-errors due to Warning C4717. r=roc
This commit is contained in:
parent
5afe549711
commit
9b1d2327f3
@ -98,14 +98,14 @@ public:
|
||||
ipc::SharedMemory::SharedMemoryType aType,
|
||||
ipc::Shmem* aShmem) MOZ_OVERRIDE
|
||||
{
|
||||
return AllocShmem(aSize, aType, aShmem);
|
||||
return PImageBridgeParent::AllocShmem(aSize, aType, aShmem);
|
||||
}
|
||||
|
||||
bool AllocUnsafeShmem(size_t aSize,
|
||||
ipc::SharedMemory::SharedMemoryType aType,
|
||||
ipc::Shmem* aShmem) MOZ_OVERRIDE
|
||||
{
|
||||
return AllocUnsafeShmem(aSize, aType, aShmem);
|
||||
return PImageBridgeParent::AllocUnsafeShmem(aSize, aType, aShmem);
|
||||
}
|
||||
|
||||
void DeallocShmem(ipc::Shmem& aShmem) MOZ_OVERRIDE
|
||||
|
Loading…
Reference in New Issue
Block a user