X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0056673c672ab444863c57344936c9a322124df6..571d991bb3232f0dcd3319dbdc9d35e5c80f4c71:/include/wx/osx/cocoa/evtloop.h diff --git a/include/wx/osx/cocoa/evtloop.h b/include/wx/osx/cocoa/evtloop.h index be4e788bbb..ed64e651eb 100644 --- a/include/wx/osx/cocoa/evtloop.h +++ b/include/wx/osx/cocoa/evtloop.h @@ -19,6 +19,11 @@ public: protected: virtual int DoDispatchTimeout(unsigned long timeout); + virtual void DoRun(); + + virtual void DoStop(); + + virtual CFRunLoopRef CFGetCurrentRunLoop() const; }; #endif // _WX_OSX_COCOA_EVTLOOP_H_