projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8d0c1
)
no changes
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 15 Sep 2003 19:55:17 +0000
(19:55 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 15 Sep 2003 19:55:17 +0000
(19:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23612
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/evtloop.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/evtloop.h
b/include/wx/evtloop.h
index 354a5534839896ead59f296b4e3dbd233887d21e..95e2fce43e26f0e6e63c0c6cec7354812f1d4393 100644
(file)
--- 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; }