mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bustage fix attempt #2. NS_GFX was there before, but gcc didn't care. I
didn't add it back in when I went back to a struct. (Bug 97299)
This commit is contained in:
parent
969b89354f
commit
7b11edbf60
@ -34,7 +34,7 @@
|
||||
typedef PRBool (*nsFontFamilyEnumFunc)(const nsString& aFamily, PRBool aGeneric, void *aData);
|
||||
|
||||
// Font structure.
|
||||
struct nsFont {
|
||||
struct NS_GFX nsFont {
|
||||
// The family name of the font -- MUST be in lowercase!
|
||||
nsString name;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user