X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f7d425f604e1d812a2f1723063c40ac7f804e41..3f8cdda4851796e5f5f5bcd82d9e867a30581a6f:/include/wx/motif/app.h diff --git a/include/wx/motif/app.h b/include/wx/motif/app.h index 94b695567d..eef7c9e054 100644 --- a/include/wx/motif/app.h +++ b/include/wx/motif/app.h @@ -38,7 +38,7 @@ class WXDLLIMPEXP_FWD_CORE wxPerDisplayData; WX_DECLARE_VOIDPTR_HASH_MAP( wxPerDisplayData*, wxPerDisplayDataMap ); -class WXDLLEXPORT wxApp : public wxAppBase +class WXDLLIMPEXP_CORE wxApp : public wxAppBase { DECLARE_DYNAMIC_CLASS(wxApp) @@ -56,8 +56,6 @@ public: virtual bool Yield(bool onlyIfNeeded = false); virtual void WakeUpIdle(); // implemented in motif/evtloop.cpp - virtual bool OnInitGui(); - // implementation from now on // --------------------------