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:
rjesup%wgate.com 2001-09-24 09:07:53 +00:00
parent 969b89354f
commit 7b11edbf60

View File

@ -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;