X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b46b1d59d6f69ad80dcf5955375578a6504d100a..e93523680ba3c83cdae75b511214c82f28a2d853:/src/dfb/utils.cpp?ds=sidebyside diff --git a/src/dfb/utils.cpp b/src/dfb/utils.cpp index 78240916a9..385616fb95 100644 --- a/src/dfb/utils.cpp +++ b/src/dfb/utils.cpp @@ -40,10 +40,11 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const } -wxEventLoop* wxGUIAppTraits::CreateEventLoop() +wxEventLoopBase* wxGUIAppTraits::CreateEventLoop() { return new wxEventLoop; -}; +} + // ---------------------------------------------------------------------------- // display characteristics // ----------------------------------------------------------------------------