From: Václav Slavík Date: Thu, 17 Jul 2003 14:18:19 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d8290dd058d812311af3f0347d56e1c08b3ecf19 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index 2ed1a201c9..d0cf6016b4 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -22,7 +22,7 @@ #endif #include "wx/app.h" -class WXDLLEXPORT wxGLApp : public wxApp +class WXDLLIMPEXP_GL wxGLApp : public wxApp { public: wxGLApp() : wxApp() { }