mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Fix build bustage
Fix nsAtom->nsIAtom and FindAndAddFamilies()
This commit is contained in:
parent
c0de3e4c0b
commit
826e420144
2 changed files with 3 additions and 4 deletions
|
|
@ -386,7 +386,7 @@ protected:
|
|||
void
|
||||
GetFontFamiliesFromGenericFamilies(
|
||||
nsTArray<nsString>& aGenericFamilies,
|
||||
nsAtom* aLangGroup,
|
||||
nsIAtom* aLangGroup,
|
||||
nsTArray<RefPtr<gfxFontFamily>>* aFontFamilies);
|
||||
|
||||
virtual nsresult InitFontListForPlatform() = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue