]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/evtloop.h
add size parameter to the generic wxFileDialog ctor
[wxWidgets.git] / include / wx / palmos / evtloop.h
index 8473fb38c19357474cc5f7ae7260a20cebb79cf0..6cd10d6245b5aee11ae5ced1f978e51c8a40118b 100644 (file)
@@ -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?