]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/evtloop.h
Fixed label editor position for child properties
[wxWidgets.git] / include / wx / osx / cocoa / evtloop.h
index d0040bd92056039af2617257e4efd9c318ec6241..8fc7c332581d1d9bc81b318211bbe8109f22ed2a 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_OSX_COCOA_EVTLOOP_H_
 #define _WX_OSX_COCOA_EVTLOOP_H_
 
-class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopManual
+class WXDLLIMPEXP_BASE wxGUIEventLoop : public wxCFEventLoop
 {
 public:
     wxGUIEventLoop();
@@ -24,6 +24,9 @@ public:
     virtual void WakeUp();
     virtual bool YieldFor(long eventsToProcess);
 
+protected:
+    virtual CFRunLoopRef CFGetCurrentRunLoop() const;
+
 private:
     double m_sleepTime;
 };