From: Stefan Neis Date: Sat, 26 May 2007 14:15:25 +0000 (+0000) Subject: Added declaration of new method (still to be implemented). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6fad7ae1d573ac7f438a2e45bee28d1689e7421a?ds=inline Added declaration of new method (still to be implemented). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/apptrait.h b/include/wx/os2/apptrait.h index 3c172f2087..37e69eafec 100644 --- a/include/wx/os2/apptrait.h +++ b/include/wx/os2/apptrait.h @@ -19,6 +19,7 @@ class WXDLLIMPEXP_BASE wxConsoleAppTraits : public wxConsoleAppTraitsBase { public: + virtual wxEventLoopBase *CreateEventLoop(); #if wxUSE_TIMER virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer) { return NULL; }; #endif