mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1397626: Add missing explicit. r=me
MozReview-Commit-ID: GdZKJgv5NUh
This commit is contained in:
parent
0b7960f23a
commit
3104a9c890
@ -290,7 +290,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
FontFamilyList(NotNull<SharedFontList*> aFontList)
|
||||
explicit FontFamilyList(NotNull<SharedFontList*> aFontList)
|
||||
: mFontlist(aFontList)
|
||||
, mDefaultFontType(eFamily_none)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user