X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b46b1d59d6f69ad80dcf5955375578a6504d100a..2404ce8d8aec4de1b892034be47a3c2e0a2d47af:/include/wx/palmos/evtloop.h diff --git a/include/wx/palmos/evtloop.h b/include/wx/palmos/evtloop.h index 8473fb38c1..6cd10d6245 100644 --- a/include/wx/palmos/evtloop.h +++ b/include/wx/palmos/evtloop.h @@ -16,7 +16,7 @@ // wxEventLoop // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxGUIEventLoop : public wxEventLoopBase +class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopBase { public: wxGUIEventLoop(); @@ -37,6 +37,7 @@ public: // process a single message virtual void ProcessMessage(WXMSG *msg); + virtual void WakeUp(); protected: // should we exit the loop?