Bug 1060999 - Fix more bad implicit constructors in intl; r=smontagu

This commit is contained in:
Ehsan Akhgari 2014-09-01 17:43:50 -04:00
Родитель f691bdfc0b
Коммит 0ef07c7d0b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -38,7 +38,7 @@ public:
*/
class LanguageTagIterForContent {
public:
LanguageTagIterForContent(nsIContent* aContent)
explicit LanguageTagIterForContent(nsIContent* aContent)
: mContent(aContent)
, mCurrentFallbackIndex(-1)
{}