]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/app.h
no changes, just removed whitespace and perfectly useless "/* if */" and the incredib...
[wxWidgets.git] / include / wx / mgl / app.h
index c92cab42e699f894203015b1c62d111cde3528fa..686137a5a2bd9a03033d29a29e452015ee0686dc 100644 (file)
 // classes
 //-----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxApp;
-class WXDLLEXPORT wxLog;
-class WXDLLEXPORT wxEventLoop;
+class WXDLLIMPEXP_FWD_CORE wxApp;
+class WXDLLIMPEXP_FWD_BASE wxLog;
+class WXDLLIMPEXP_FWD_CORE wxEventLoop;
 
 //-----------------------------------------------------------------------------
 // wxApp
 //-----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxApp: public wxAppBase
+class WXDLLIMPEXP_CORE wxApp: public wxAppBase
 {
 public:
     wxApp();