From 98d1cf16b0cca02abe6c7ce885579137be1e4427 Mon Sep 17 00:00:00 2001 From: "mark@moxienet.com" Date: Thu, 20 Dec 2007 14:52:45 -0800 Subject: [PATCH] 409066 sNativeRegionPool visibility is wrong in libgkgfx. Decorate with visibility at declaration. Old gfx, not part of current trunk builds. r=ted.mielczarek a/1.9=beltzner --- gfx/src/mac/nsRegionPool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/src/mac/nsRegionPool.h b/gfx/src/mac/nsRegionPool.h index b8cd3e61a89..d06b8d9c797 100644 --- a/gfx/src/mac/nsRegionPool.h +++ b/gfx/src/mac/nsRegionPool.h @@ -63,7 +63,7 @@ private: //------------------------------------------------------------------------ -extern nsNativeRegionPool sNativeRegionPool; +extern NS_EXPORT nsNativeRegionPool sNativeRegionPool; //------------------------------------------------------------------------