]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/utils.cpp
Better sorting example and better default
[wxWidgets.git] / src / mgl / utils.cpp
index 4a3045cef110d3337f2044ad4125c9c9b4415444..114277e970139d06f4fd1aa776415f2f24e201dd 100644 (file)
@@ -123,7 +123,7 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
     return wxPORT_MGL;
 }
 
-wxEventLoop* wxGUIAppTraits::CreateEventLoop()
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
 {
     return new wxEventLoop;
 }