mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1056479 p9 - fix build bustage. r=birtles
This commit is contained in:
parent
805edb5b36
commit
8dcf1c91a3
@ -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…
Reference in New Issue
Block a user