projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied Kevin Hock's combobox patch for text update events
[wxWidgets.git]
/
src
/
cocoa
/
evtloop.mm
diff --git
a/src/cocoa/evtloop.mm
b/src/cocoa/evtloop.mm
index 2c31b6d1644963c2958a8c49c30d0eb8a0c797e0..7e122cb12a02f0aa58a06afb60309dfa6a5868d5 100644
(file)
--- a/
src/cocoa/evtloop.mm
+++ b/
src/cocoa/evtloop.mm
@@
-48,18
+48,13
@@
private:
// wxEventLoop running and exiting
// ----------------------------------------------------------------------------
// wxEventLoop running and exiting
// ----------------------------------------------------------------------------
-wxEventLoop *wxEventLoop::ms_activeLoop = NULL;
+wxEventLoop *wxEventLoop
Base
::ms_activeLoop = NULL;
wxEventLoop::~wxEventLoop()
{
wxASSERT_MSG( !m_impl, _T("should have been deleted in Run()") );
}
wxEventLoop::~wxEventLoop()
{
wxASSERT_MSG( !m_impl, _T("should have been deleted in Run()") );
}
-bool wxEventLoop::IsRunning() const
-{
- return m_impl;
-}
-
int wxEventLoop::Run()
{
// event loops are not recursive, you need to create another loop!
int wxEventLoop::Run()
{
// event loops are not recursive, you need to create another loop!