Bug 1315352 - follow-up - placate the static analysis to re-open this CLOSED TREE; r=me

This commit is contained in:
Nathan Froyd 2016-11-07 19:26:11 -05:00
Родитель c95da78768
Коммит d585884d50
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ public:
template<typename U,
class = typename EnableIf<IsConvertible<U (*)[], T (*)[]>::value,
int>::Type>
Range(const Range<U>& aOther)
MOZ_IMPLICIT Range(const Range<U>& aOther)
: mStart(aOther.mStart),
mEnd(aOther.mEnd)
{}