]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/evtloop.h
Increase interoperability between wxPoint and wxRealPoint introducing constructors...
[wxWidgets.git] / include / wx / osx / carbon / evtloop.h
index 3ebda2efa8e0851d146de1738ed83ae634a3010f..94dc0fa5ef84c845a55ff6dd473c89bfc5af5978 100644 (file)
@@ -26,6 +26,8 @@ protected:
     virtual void DoRun();
     
     virtual void DoStop();
+
+    virtual CFRunLoopRef CFGetCurrentRunLoop() const;
 };
 
 #endif // _WX_MAC_CARBON_EVTLOOP_H_