Mark GLContext::MarkDestroyed as THEBES_API to resolve link bustage in shared builds. r=Bustage fix.

This commit is contained in:
Mark Banner 2010-08-07 08:49:01 +01:00
Родитель df669d4b14
Коммит 4c8bf7a24e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -387,7 +387,7 @@ public:
// Mark this context as destroyed. This will NULL out all
// the GL function pointers!
void MarkDestroyed();
void THEBES_API MarkDestroyed();
enum NativeDataType {
NativeGLContext,