]> git.saurik.com Git - wxWidgets.git/commitdiff
missed in r64093
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 22 Apr 2010 07:00:32 +0000 (07:00 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 22 Apr 2010 07:00:32 +0000 (07:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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_