]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 17 Jul 2003 14:18:19 +0000 (14:18 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 17 Jul 2003 14:18:19 +0000 (14:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/glcanvas.h

index 2ed1a201c98615537b5d91d9b95b094d941047ee..d0cf6016b46cd0520d2a8a65f3d55a300e2cb9d7 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 
 #include "wx/app.h"
-class WXDLLEXPORT wxGLApp : public wxApp
+class WXDLLIMPEXP_GL wxGLApp : public wxApp
 {
 public:
     wxGLApp() : wxApp() { }