]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/glcanvas.h
include wx/dcclient.h to declare wxWindowDC (blind fix for buildbot compilation error)
[wxWidgets.git] / include / wx / mac / carbon / glcanvas.h
index 00cf0e625a5e02b2fc5e75df16b616cf7bd9c0fa..4daedf6dc6dbf91cca70f6de08ddb242b45ac68e 100644 (file)
@@ -20,7 +20,7 @@
 #  include <agl.h>
 #endif
 
-class WXDLLEXPORT wxGLContext : public wxGLContextBase
+class WXDLLIMPEXP_GL wxGLContext : public wxGLContextBase
 {
 public:
     wxGLContext(wxGLCanvas *win, const wxGLContext *other = NULL);
@@ -37,7 +37,7 @@ private:
     DECLARE_NO_COPY_CLASS(wxGLContext)
 };
 
-class WXDLLEXPORT wxGLCanvas : public wxGLCanvasBase
+class WXDLLIMPEXP_GL wxGLCanvas : public wxGLCanvasBase
 {
 public:
     wxGLCanvas(wxWindow *parent,