]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/evtloop.h
Fix preprocessor definitions for wxBase build under OS X.
[wxWidgets.git] / include / wx / osx / cocoa / evtloop.h
index be4e788bbb0fb778c5eefc60daa488314393d699..afccc7a92daa4a7c69029bc724e3f48026f2c6fd 100644 (file)
@@ -15,10 +15,15 @@ class WXDLLIMPEXP_BASE wxGUIEventLoop : public wxCFEventLoop
 {
 public:
     wxGUIEventLoop();
-    
+
 protected:
     virtual int DoDispatchTimeout(unsigned long timeout);
-    
+
+    virtual void DoRun();
+
+    virtual void DoStop();
+
+    virtual CFRunLoopRef CFGetCurrentRunLoop() const;
 };
 
 #endif // _WX_OSX_COCOA_EVTLOOP_H_