]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/utilsgtk.cpp
wxchar.h doesn't have to be C file anymore, it's C++
[wxWidgets.git] / src / gtk1 / utilsgtk.cpp
index 3aa1d8b457457137230fa7445b1586f4c74bfd7e..7cd7c37ef9dd33dbe976155ac193c66f8eca9bff 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "wx/apptrait.h"
 #include "wx/gtk1/private/timer.h"
+#include "wx/evtloop.h"
 #include "wx/process.h"
 
 #include "wx/unix/execute.h"
@@ -202,9 +203,9 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
     return wxPORT_GTK;
 }
 
-wxString wxGUIAppTraits::GetDesktopEnvironment() const
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
 {
-    return wxEmptyString;
+    return new wxEventLoop;
 }
 
 #if wxUSE_INTL