]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/utils.cpp
restored accidentally commented-out code
[wxWidgets.git] / src / motif / utils.cpp
index f43c5b0349e3eb19502960138d88b7122e325a8d..e6309b2e51992f64fbda84131a8b43d691cbfc09 100644 (file)
@@ -136,6 +136,11 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
     return wxPORT_MOTIF;
 }
 
+wxEventLoop* wxGUIAppTraits::CreateEventLoop()
+{
+    return new wxEventLoop;
+}
+
 wxTimerImpl* wxGUIAppTraits::CreateTimerImpl(wxTimer* timer)
 {
     return new wxMotifTimerImpl(timer);