X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2aab96f58d53e83313cc1d619dde1c00f6ccaa80..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/private/preferences.h?ds=sidebyside diff --git a/include/wx/private/preferences.h b/include/wx/private/preferences.h index 05ce8f5b1f..7d0cb292fc 100644 --- a/include/wx/private/preferences.h +++ b/include/wx/private/preferences.h @@ -17,10 +17,6 @@ #define wxHAS_PREF_EDITOR_NATIVE #endif -#if defined(__WXOSX__) || defined(__WXGTK__) - #define wxHAS_PREF_EDITOR_MODELESS -#endif - // ---------------------------------------------------------------------------- // wxPreferencesEditorImpl: defines wxPreferencesEditor implementation. // ---------------------------------------------------------------------------- @@ -29,7 +25,7 @@ class wxPreferencesEditorImpl { public: // This is implemented in a platform-specific way. - static wxPreferencesEditorImpl* Create(); + static wxPreferencesEditorImpl* Create(const wxString& title); // These methods simply mirror the public wxPreferencesEditor ones. virtual void AddPage(wxPreferencesPage* page) = 0;