}
-wxEventLoop* wxGUIAppTraits::CreateEventLoop()
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
{
return new wxEventLoop;
-};
+}
+
// ----------------------------------------------------------------------------
// display characteristics
// ----------------------------------------------------------------------------