return wxString(); // silence compiler warning
}
-wxPreferencesEditor::wxPreferencesEditor()
- : m_impl(wxPreferencesEditorImpl::Create())
+wxPreferencesEditor::wxPreferencesEditor(const wxString& title)
+ : m_impl(wxPreferencesEditorImpl::Create(title))
{
}