X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/757b694ba86ee675b6028aed470611a6ef302491..82bbd8907b6a5f4e476f8d9075afb6bef203a165:/include/wx/dfb/evtloop.h?ds=sidebyside diff --git a/include/wx/dfb/evtloop.h b/include/wx/dfb/evtloop.h index 9845acd265..80c0b1f069 100644 --- a/include/wx/dfb/evtloop.h +++ b/include/wx/dfb/evtloop.h @@ -20,10 +20,10 @@ struct wxDFBEvent; // wxEventLoop // ---------------------------------------------------------------------------- -class WXDLLIMPEXP_CORE wxEventLoop : public wxEventLoopManual +class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopManual { public: - wxEventLoop(); + wxGUIEventLoop(); virtual bool Pending() const; virtual bool Dispatch(); @@ -50,7 +50,7 @@ private: private: static wxIDirectFBEventBufferPtr ms_buffer; - DECLARE_NO_COPY_CLASS(wxEventLoop) + DECLARE_NO_COPY_CLASS(wxGUIEventLoop) }; #endif // _WX_DFB_EVTLOOP_H_