]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/app.h
set eol-style
[wxWidgets.git] / include / wx / mgl / app.h
index 7a5e0b0f1f629d1112f7c3741050fe3db715d7a4..8bd35c976032f56d720774d5ff202b7c69218e61 100644 (file)
@@ -18,9 +18,9 @@
 // classes
 //-----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxApp;
-class WXDLLEXPORT wxLog;
-class WXDLLEXPORT wxEventLoop;
+class WXDLLIMPEXP_FWD_CORE wxApp;
+class WXDLLIMPEXP_FWD_CORE wxLog;
+class WXDLLIMPEXP_FWD_CORE wxEventLoop;
 
 //-----------------------------------------------------------------------------
 // wxApp
@@ -51,7 +51,6 @@ public:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxApp)
-    DECLARE_EVENT_TABLE()
 
     wxVideoMode m_displayMode;
 };