From d88636da66280940e78cf380eb44a750e14ec62f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 6 Jul 2007 15:43:06 +0000 Subject: [PATCH] use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is for core, not gl) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/glcanvas.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/wx/gtk/glcanvas.h b/include/wx/gtk/glcanvas.h index 3eb5964fd8..f4aaa26990 100644 --- a/include/wx/gtk/glcanvas.h +++ b/include/wx/gtk/glcanvas.h @@ -25,15 +25,14 @@ extern "C" { // classes //--------------------------------------------------------------------------- -class WXDLLEXPORT wxGLContext; -class WXDLLEXPORT wxGLCanvas; +class WXDLLIMPEXP_GL wxGLCanvas; //--------------------------------------------------------------------------- // wxGLContext //--------------------------------------------------------------------------- -class WXDLLEXPORT wxGLContext: public wxObject +class WXDLLIMPEXP_GL wxGLContext: public wxObject { public: wxGLContext(wxWindow* win, const wxGLContext* other=NULL /* for sharing display lists */); @@ -55,7 +54,7 @@ private: // wxGLCanvas //--------------------------------------------------------------------------- -class WXDLLEXPORT wxGLCanvas: public wxWindow +class WXDLLIMPEXP_GL wxGLCanvas: public wxWindow { public: // This ctor is identical to the next, except for the fact that it