X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b46b1d59d6f69ad80dcf5955375578a6504d100a..69a05ef6d65a4450f9e929a22bbf96ddcde916f3:/include/wx/msdos/apptrait.h diff --git a/include/wx/msdos/apptrait.h b/include/wx/msdos/apptrait.h index 6790aaec3f..6b377ff7a1 100644 --- a/include/wx/msdos/apptrait.h +++ b/include/wx/msdos/apptrait.h @@ -12,7 +12,7 @@ class wxConsoleAppTraits : public wxConsoleAppTraitsBase { public: - virtual wxEventLoop *CreateEventLoop() { return NULL; } + virtual wxEventLoopBase *CreateEventLoop() { return NULL; } #if wxUSE_TIMER virtual wxTimerImpl *CreateTimerImpl(wxTimer *) { return NULL; } #endif // wxUSE_TIMER @@ -23,7 +23,7 @@ public: class wxGUIAppTraits : public wxGUIAppTraitsBase { public: - virtual wxEventLoop *CreateEventLoop(); + virtual wxEventLoopBase *CreateEventLoop(); virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const; #if wxUSE_TIMER