Export GLContext symbols to unbreak --disable-libxul builds. b=603167 r=vlad a=bustage

This commit is contained in:
Mats Palmgren 2010-10-11 00:07:00 +02:00
Родитель b10d858adc
Коммит 06d580f934
1 изменённых файлов: 1 добавлений и 1 удалений

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

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