Follow up bustage fix to bug 560147, put THEBES_API in the right place.

This commit is contained in:
Mark Banner 2010-04-27 10:35:34 +01:00
Родитель 2966b4cccd
Коммит 03b593cde1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -68,7 +68,7 @@ public:
already_AddRefed<GLContext> CreateForWindow(nsIWidget *aWidget);
};
extern THEBES_API GLContextProvider sGLContextProvider;
extern GLContextProvider THEBES_API sGLContextProvider;
}
}