mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1010969 - Fix WError bustage on a CLOSED TREE
This commit is contained in:
parent
a8ee33818e
commit
48f0be70b2
@ -190,8 +190,8 @@ protected:
|
||||
struct AutoRemoveTexture MOZ_STACK_CLASS {
|
||||
AutoRemoveTexture(CompositableClient* aCompositable,
|
||||
TextureClient* aTexture = nullptr)
|
||||
: mCompositable(aCompositable)
|
||||
, mTexture(aTexture)
|
||||
: mTexture(aTexture)
|
||||
, mCompositable(aCompositable)
|
||||
{}
|
||||
|
||||
~AutoRemoveTexture()
|
||||
|
Loading…
Reference in New Issue
Block a user