mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1065670 - Fix more bad implicit ctors in XPCOM; r=froydnj
This commit is contained in:
parent
d3b7b55b8a
commit
e3de2d87d8
@ -1879,7 +1879,7 @@ protected:
|
||||
this->AppendElements(aOther);
|
||||
}
|
||||
|
||||
nsAutoArrayBase(const TArrayBase &aOther)
|
||||
explicit nsAutoArrayBase(const TArrayBase &aOther)
|
||||
{
|
||||
Init();
|
||||
this->AppendElements(aOther);
|
||||
|
Loading…
Reference in New Issue
Block a user