Bug 1189465 - Make LULStats constructor explicit; r=BenWa

This commit is contained in:
Ehsan Akhgari 2015-07-30 18:38:10 -04:00
Родитель 0b342b3e00
Коммит 08955238cb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -185,7 +185,7 @@ public:
{}
template <typename S>
LULStats(const LULStats<S>& aOther)
explicit LULStats(const LULStats<S>& aOther)
: mContext(aOther.mContext)
, mCFI(aOther.mCFI)
, mScanned(aOther.mScanned)