]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/evtloop.h
When wxPGProperty is un-attached from wxPropertyGrid, keep its 'default' cell referen...
[wxWidgets.git] / include / wx / osx / carbon / evtloop.h
index 3ebda2efa8e0851d146de1738ed83ae634a3010f..9db46aa1dabe2ef17825fc1b400381c93b81fff6 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/carbon/evtloop.h
+// Name:        wx/osx/carbon/evtloop.h
 // Purpose:     declaration of wxEventLoop for wxMac
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -24,8 +24,10 @@ protected:
     virtual int DoDispatchTimeout(unsigned long timeout);
 
     virtual void DoRun();
-    
+
     virtual void DoStop();
+
+    virtual CFRunLoopRef CFGetCurrentRunLoop() const;
 };
 
 #endif // _WX_MAC_CARBON_EVTLOOP_H_