adding proper removal of observer for stacked event loops, using cfrunloop for console on osx as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,7 +27,7 @@ namespace wxPrivate
|
||||
|
||||
class WXDLLIMPEXP_BASE wxConsoleEventLoop
|
||||
#ifdef __WXOSX__
|
||||
: public wxEventLoopBase
|
||||
: public wxCFEventLoop
|
||||
#else
|
||||
: public wxEventLoopManual
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user