]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/evtloop.h
Add wxUSE_MARKUP and wrap SetLabelMarkup() in it.
[wxWidgets.git] / include / wx / osx / cocoa / evtloop.h
index 79c25c2b00f9494583d0160f859c11c6bdb75905..afccc7a92daa4a7c69029bc724e3f48026f2c6fd 100644 (file)
@@ -15,13 +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_