X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..478ba84485d00d0d9a80ce3304f226355f457471:/include/wx/glcanvas.h?ds=sidebyside diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index 3c4a52646e..5eb588c117 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -10,7 +10,7 @@ #if defined(__WXMSW__) #include "wx/msw/glcanvas.h" #elif defined(__WXMOTIF__) -#include "wx/motif/glcanvas.h" +#include "wx/x11/glcanvas.h" #elif defined(__WXGTK__) #include "wx/gtk/glcanvas.h" #elif defined(__WXX11__) @@ -19,12 +19,10 @@ #include "wx/mac/glcanvas.h" #elif defined(__WXPM__) #include "wx/os2/glcanvas.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/glcanvas.h" #endif #include "wx/app.h" -class WXDLLEXPORT wxGLApp : public wxApp +class WXDLLIMPEXP_GL wxGLApp : public wxApp { public: wxGLApp() : wxApp() { }