X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1abca322fd7a9a7abe6cc0b144987786faa0f05..f631cd8e128925bbf43b57b3dec0cd5ca217bdaf:/include/wx/gtk/app.h?ds=sidebyside diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index aa63278eeb..d9a34eee80 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -15,7 +15,7 @@ //----------------------------------------------------------------------------- #if wxUSE_THREADS -class WXDLLIMPEXP_BASE wxMutex; +class WXDLLIMPEXP_FWD_BASE wxMutex; #endif //----------------------------------------------------------------------------- @@ -81,7 +81,6 @@ private: guint m_idleSourceId; DECLARE_DYNAMIC_CLASS(wxApp) - DECLARE_EVENT_TABLE() }; #endif // _WX_GTK_APP_H_