X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5408e98bc69f9f465ab3bb40728a7f733339338..ada8f807758339fe6a80070fe0935d87496dbe57:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 46bde888f1..c25f74ae29 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -326,7 +326,7 @@ extern void WXDLLEXPORT wxWakeUpIdle(); // Post a message to the given eventhandler which will be processed during the // next event loop iteration -inline void WXDLLEXPORT wxPostEvent(wxEvtHandler *dest, wxEvent& event) +inline void wxPostEvent(wxEvtHandler *dest, wxEvent& event) { wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") );