]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utilsgui.cpp
inherit wx_error_mgr from jpeg_error_mgr instead of embedding the latter in the forme...
[wxWidgets.git] / src / os2 / utilsgui.cpp
index 75ab669b22728eb0f741b0882dd6841e7c1f55cd..79b584d217c3ec4ca63810751e61c21f1c419553 100644 (file)
@@ -268,7 +268,7 @@ wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer *timer)
     return new wxOS2TimerImpl(timer);
 }
 
-wxEventLoop* wxGUIAppTraits::CreateEventLoop()
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
 {
     return new wxEventLoop;
 }