]> git.saurik.com Git - wxWidgets.git/commitdiff
Added declaration of new method (still to be implemented).
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 26 May 2007 14:15:25 +0000 (14:15 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 26 May 2007 14:15:25 +0000 (14:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/apptrait.h

index 3c172f2087474888dc30b591827fcdf0559cda1b..37e69eafeca5e0a3385cf603fd39f75ea9d3f9a1 100644 (file)
@@ -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