From 999c4be0010ad3f7068935c357f7d313eef89a7b Mon Sep 17 00:00:00 2001 From: Mats Palmgren Date: Mon, 11 Oct 2010 00:07:00 +0200 Subject: [PATCH] Export GLContext symbols to unbreak --disable-libxul builds. b=603167 r=vlad a=bustage --- gfx/thebes/GLContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/GLContext.h b/gfx/thebes/GLContext.h index 2334357d891..344ae928219 100644 --- a/gfx/thebes/GLContext.h +++ b/gfx/thebes/GLContext.h @@ -348,7 +348,7 @@ struct THEBES_API ContextFormat { int colorBits() const { return red + green + blue; } }; -class GLContext +class THEBES_API GLContext : public LibrarySymbolLoader { THEBES_INLINE_DECL_THREADSAFE_REFCOUNTING(GLContext)