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
Родитель 969b89354f
Коммит 7b11edbf60
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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