mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1205559 - WError build fix on a CLOSED TREE
This commit is contained in:
parent
5a3e1763ff
commit
cb56eab45b
@ -102,11 +102,11 @@ public:
|
||||
|
||||
TextureChild()
|
||||
: mForwarder(nullptr)
|
||||
, mMainThreadOnly(false)
|
||||
, mIPCOpen(false)
|
||||
, mMonitor("TextureChild")
|
||||
, mTextureClient(nullptr)
|
||||
, mDestroyed(false)
|
||||
, mMainThreadOnly(false)
|
||||
, mIPCOpen(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user