]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
fixed virtual function hiding for LoadBitmap()
[wxWidgets.git] / include / wx / gtk / app.h
index 82ee2dd180fe934d76b5978b85686b22d166f0d5..d1e6f63ef58e423bf9d8a2ec49ed7f0c70c69d80 100644 (file)
 // classes
 //-----------------------------------------------------------------------------
 
-class wxApp;
-class wxLog;
+class WXDLLIMPEXP_CORE wxApp;
+class WXDLLIMPEXP_BASE wxLog;
 
 //-----------------------------------------------------------------------------
 // wxApp
 //-----------------------------------------------------------------------------
 
-class wxApp: public wxAppBase
+class WXDLLIMPEXP_CORE wxApp: public wxAppBase
 {
 public:
     wxApp();