include: fix export in Haiku OpenGL kit headers

Reviewed-by: Alexander von Gluck IV <kallisti5@unixzen.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8323>
This commit is contained in:
X512 2020-01-27 14:40:06 +09:00 committed by Alexander von Gluck IV
parent 99616fe799
commit 17900983e0
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ class GLRendererRoster;
typedef unsigned long renderer_id;
class BGLRenderer
class _EXPORT BGLRenderer
{
// Private unimplemented copy constructors
BGLRenderer(const BGLRenderer &);

View file

@ -39,7 +39,7 @@ struct glview_direct_info;
class BGLRenderer;
class GLRendererRoster;
class BGLView : public BView {
class _EXPORT BGLView : public BView {
public:
BGLView(BRect rect, const char* name,
ulong resizingMode, ulong mode,