]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
another attempt to fix wxPanel/wxFrame::m_winLastFocused handling
[wxWidgets.git] / include / wx / app.h
index 46bde888f197d014c8f3215b11b5a482fbb5e479..c25f74ae29f91bbf717a12aabac422524a13ba21 100644 (file)
@@ -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") );