From a34e7da23f93d6d5832e47b2d432b934290d3cf0 Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" Date: Mon, 30 Jul 2001 06:04:33 +0000 Subject: [PATCH] static [bustage] --- gfx/src/xlib/nsFontMetricsXlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/src/xlib/nsFontMetricsXlib.cpp b/gfx/src/xlib/nsFontMetricsXlib.cpp index e5266d038dff..98ad3abd6fd6 100644 --- a/gfx/src/xlib/nsFontMetricsXlib.cpp +++ b/gfx/src/xlib/nsFontMetricsXlib.cpp @@ -184,7 +184,7 @@ static nsHashtable* gCachedFFRESearches = nsnull; static nsHashtable* gSpecialCharSets = nsnull; static nsHashtable* gStretches = nsnull; static nsHashtable* gWeights = nsnull; -nsISaveAsCharset* gFontSubConverter = nsnull; +static nsISaveAsCharset* gFontSubConverter = nsnull; static nsFontNodeArrayXlib* gGlobalList = nsnull;