summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorX512 <danger_mail@list.ru>2020-01-27 14:40:06 +0900
committerAlexander von Gluck IV <kallisti5@unixzen.com>2021-01-09 20:51:19 -0600
commit17900983e012db32d6241649bad612f45102c1ec (patch)
tree09be39baaa47e85ebd40e85996b7b33ba875fc09 /include
parent99616fe7993df37ee7a678efe60166f3b3cc2bfb (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/HaikuGL/GLRenderer.h2
-rw-r--r--include/HaikuGL/GLView.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/HaikuGL/GLRenderer.h b/include/HaikuGL/GLRenderer.h
index a93113b171d..166a5fa8ecf 100644
--- a/include/HaikuGL/GLRenderer.h
+++ b/include/HaikuGL/GLRenderer.h
@@ -20,7 +20,7 @@ class GLRendererRoster;
typedef unsigned long renderer_id;
-class BGLRenderer
+class _EXPORT BGLRenderer
{
// Private unimplemented copy constructors
BGLRenderer(const BGLRenderer &);
diff --git a/include/HaikuGL/GLView.h b/include/HaikuGL/GLView.h
index b848578f67a..a1dd944aad5 100644
--- a/include/HaikuGL/GLView.h
+++ b/include/HaikuGL/GLView.h
@@ -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,