X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77fb1a02aac56528bbf3229af32634cc02795906..85d8909ba3b07daa5f2af4f1377d2d26661e1a9a:/src/mgl/evtloop.cpp diff --git a/src/mgl/evtloop.cpp b/src/mgl/evtloop.cpp index 10f6b5d12e..076009f6d4 100644 --- a/src/mgl/evtloop.cpp +++ b/src/mgl/evtloop.cpp @@ -22,10 +22,10 @@ #include "wx/window.h" #include "wx/app.h" #include "wx/thread.h" + #include "wx/timer.h" #endif //WX_PRECOMP #include "wx/evtloop.h" -#include "wx/timer.h" #include "wx/mgl/private.h" // ---------------------------------------------------------------------------- @@ -104,8 +104,6 @@ bool wxEventLoopImpl::SendIdleEvent() // wxEventLoop running and exiting // ---------------------------------------------------------------------------- -wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL; - wxEventLoop::~wxEventLoop() { wxASSERT_MSG( !m_impl, _T("should have been deleted in Run()") );