Bug 1065670 - Fix more bad implicit ctors in XPCOM; r=froydnj

This commit is contained in:
Ehsan Akhgari 2014-09-11 16:04:18 -04:00
parent d3b7b55b8a
commit e3de2d87d8

View File

@ -1879,7 +1879,7 @@ protected:
this->AppendElements(aOther);
}
nsAutoArrayBase(const TArrayBase &aOther)
explicit nsAutoArrayBase(const TArrayBase &aOther)
{
Init();
this->AppendElements(aOther);