X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3754265e328a7cc7f67a46a9beea105cf1d49a14..d6d6a882d4d8ea0d7ef706a45fa92b96f34c94c7:/include/wx/evtloop.h diff --git a/include/wx/evtloop.h b/include/wx/evtloop.h index f3155ab6eb..bc8ea3d077 100644 --- a/include/wx/evtloop.h +++ b/include/wx/evtloop.h @@ -82,7 +82,8 @@ class WXDLLEXPORT wxEventLoop : public wxEventLoopBase { public: wxEventLoop() { m_impl = NULL; } - + virtual ~wxEventLoop(); + virtual int Run(); virtual void Exit(int rc = 0); virtual bool Pending() const; @@ -94,7 +95,7 @@ protected: wxEventLoopImpl *m_impl; DECLARE_NO_COPY_CLASS(wxEventLoop) -} + }; #endif // __WXMSW__/!__WXMSW__