X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2ca375c5620209d77a88d2d378bdcdedbc82e7e..659863d8a73d02626f4060bb1099fe7bfd80d22a:/src/msw/app.cpp diff --git a/src/msw/app.cpp b/src/msw/app.cpp index beecee9e62..549a8d77da 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -266,11 +266,15 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *majVer, int *minVer) const #endif } -wxTimerImpl * -wxGUIAppTraits::CreateTimerImpl(wxTimer *timer) +wxTimerImpl *wxGUIAppTraits::CreateTimerImpl(wxTimer *timer) { - return new wxMSWTimerImpl(timer); -}; + return new wxMSWTimerImpl(timer); +} + +wxEventLoop* wxGUIAppTraits::CreateEventLoop() +{ + return new wxEventLoop; +} // =========================================================================== // wxApp implementation