From 6fad7ae1d573ac7f438a2e45bee28d1689e7421a Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sat, 26 May 2007 14:15:25 +0000 Subject: [PATCH] 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 --- include/wx/os2/apptrait.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0