зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1188212 - Fix more constructors in media; r=cpearce
This commit is contained in:
Родитель
56131e371e
Коммит
e36f5e1a38
|
@ -25,7 +25,7 @@ public:
|
|||
{
|
||||
}
|
||||
template<size_t S>
|
||||
ByteReader(const nsAutoTArray<uint8_t, S>& aData)
|
||||
explicit ByteReader(const nsAutoTArray<uint8_t, S>& aData)
|
||||
: mPtr(aData.Elements()), mRemaining(aData.Length()), mLength(aData.Length())
|
||||
{
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче