X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b8ef0b35d674bc262eb2005ac1321762c831d31..5cd99866132366b74289e5a08e963723732bae01:/include/wx/osx/carbon/evtloop.h diff --git a/include/wx/osx/carbon/evtloop.h b/include/wx/osx/carbon/evtloop.h index d704a9c50c..e6d29419d6 100644 --- a/include/wx/osx/carbon/evtloop.h +++ b/include/wx/osx/carbon/evtloop.h @@ -15,7 +15,7 @@ class OpaqueEventRef; typedef OpaqueEventRef *EventRef; -class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopManual +class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxCFEventLoop { public: wxGUIEventLoop(); @@ -28,6 +28,9 @@ public: virtual void WakeUp(); virtual bool YieldFor(long eventsToProcess); +protected: + virtual CFRunLoopRef CFGetCurrentRunLoop() const; + private: // dispatch an event and release it void DispatchAndReleaseEvent(EventRef event);