X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f0223d38ac1ba2a73e63a18313b91350f1f2184..c5288c5cfebea56239369dddcce8ac3ef6f4a8dd:/src/gtk1/utilsgtk.cpp?ds=sidebyside diff --git a/src/gtk1/utilsgtk.cpp b/src/gtk1/utilsgtk.cpp index 0626cfa377..7cd7c37ef9 100644 --- a/src/gtk1/utilsgtk.cpp +++ b/src/gtk1/utilsgtk.cpp @@ -203,7 +203,7 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const return wxPORT_GTK; } -wxEventLoop* wxGUIAppTraits::CreateEventLoop() +wxEventLoopBase* wxGUIAppTraits::CreateEventLoop() { return new wxEventLoop; } @@ -215,14 +215,3 @@ void wxGUIAppTraits::SetLocale() } #endif -wxString -wxGUIAppTraits::GetStandardCmdLineOptions(wxArrayString& names, - wxArrayString& desc) const -{ - wxString usage; - - wxUnusedVar(names); - wxUnusedVar(desc); - - return usage; -}