X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cab1a6053dce9f0a2dcd87d8e2d12d8633f4785f..72d4ce98fb1e6eec864075c97dbd17fae2764631:/include/wx/wizard.h diff --git a/include/wx/wizard.h b/include/wx/wizard.h index 9fc4e423cb..9bf871e1e3 100644 --- a/include/wx/wizard.h +++ b/include/wx/wizard.h @@ -221,12 +221,12 @@ public: // wxWizard should be created using "new wxWizard" now, not with Create() #if WXWIN_COMPATIBILITY_2_2 - static wxWizard *Create(wxWindow *parent, - int id = wxID_ANY, - const wxString& title = wxEmptyString, - const wxBitmap& bitmap = wxNullBitmap, - const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize); + wxDEPRECATED( static wxWizard *Create(wxWindow *parent, + int id = wxID_ANY, + const wxString& title = wxEmptyString, + const wxBitmap& bitmap = wxNullBitmap, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize) ); #endif // WXWIN_COMPATIBILITY_2_2 // the methods below may be overridden by the derived classes to provide