]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/utils.cpp
use the right cast to fix warning, rather than just suppressing it
[wxWidgets.git] / src / motif / utils.cpp
index f43c5b0349e3eb19502960138d88b7122e325a8d..b56aa96fe70358491d24768d92b4511a98bedf3e 100644 (file)
@@ -136,6 +136,11 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
     return wxPORT_MOTIF;
 }
 
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
+{
+    return new wxEventLoop;
+}
+
 wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer* timer)
 {
     return new wxMotifTimerImpl(timer);