]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/glcanvas.h
hiding the impl type more again
[wxWidgets.git] / include / wx / gtk / glcanvas.h
index 31bf5d00c6895a3a57635e6f34b67029affc11eb..44cb105c93b280bb340974719b533a637d459e05 100644 (file)
@@ -18,7 +18,7 @@
 // wxGLCanvas
 //---------------------------------------------------------------------------
 
-class WXDLLEXPORT wxGLCanvas : public wxGLCanvasX11
+class WXDLLIMPEXP_GL wxGLCanvas : public wxGLCanvasX11
 {
 public:
     wxGLCanvas(wxWindow *parent,
@@ -92,7 +92,6 @@ public:
     // implementation from now on
     void OnInternalIdle();
 
-    GtkWidget        *m_glWidget;
     bool              m_exposed;
 
 #if WXWIN_COMPATIBILITY_2_8