mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 1056479 p9 - fix build bustage. r=birtles
This commit is contained in:
parent
484218641e
commit
540fea6e49
@ -17,6 +17,9 @@
|
||||
#include "nsILanguageAtomService.h"
|
||||
#include "nsUnicodeProperties.h"
|
||||
#include "nsUnicodeRange.h"
|
||||
#include "nsDirectoryServiceUtils.h"
|
||||
#include "nsDirectoryServiceDefs.h"
|
||||
#include "nsAppDirectoryServiceDefs.h"
|
||||
|
||||
#include <fontconfig/fcfreetype.h>
|
||||
|
||||
|
@ -161,7 +161,7 @@ protected:
|
||||
|
||||
class gfxFontconfigFontFamily : public gfxFontFamily {
|
||||
public:
|
||||
gfxFontconfigFontFamily(const nsAString& aName) :
|
||||
explicit gfxFontconfigFontFamily(const nsAString& aName) :
|
||||
gfxFontFamily(aName) { }
|
||||
|
||||
void FindStyleVariations(FontInfoData *aFontInfoData = nullptr) override;
|
||||
|
Loading…
x
Reference in New Issue
Block a user