From 7b11edbf60586b08a8f3be1729aa4a5d19e88914 Mon Sep 17 00:00:00 2001 From: "rjesup%wgate.com" Date: Mon, 24 Sep 2001 09:07:53 +0000 Subject: [PATCH] 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) --- gfx/public/nsFont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/public/nsFont.h b/gfx/public/nsFont.h index 7b8be2224016..56587653cd43 100644 --- a/gfx/public/nsFont.h +++ b/gfx/public/nsFont.h @@ -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;