From f2108ede7c86229ef52f556b73f584447400fece Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 15 Sep 2003 19:55:17 +0000 Subject: [PATCH] no changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/evtloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/evtloop.h b/include/wx/evtloop.h index 354a553483..95e2fce43e 100644 --- a/include/wx/evtloop.h +++ b/include/wx/evtloop.h @@ -43,7 +43,7 @@ public: // is the event loop running now? virtual bool IsRunning() const; - + // return currently active (running) event loop, may be NULL static wxEventLoop *GetActive() { return ms_activeLoop; } -- 2.45.2