X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f2c383971a1edc6ab789d6c3b60295b4d21fa0d..492e2a5b07efb80cc645c5bab7d93adbccb8a503:/include/wx/wizard.h diff --git a/include/wx/wizard.h b/include/wx/wizard.h index 9bbd235877..b9e79b702c 100644 --- a/include/wx/wizard.h +++ b/include/wx/wizard.h @@ -204,7 +204,7 @@ public: virtual void SetBorder(int border) = 0; // wxWizard should be created using "new wxWizard" now, not with Create() -#ifdef WXWIN_COMPATIBILITY_2_2 +#if WXWIN_COMPATIBILITY_2_2 static wxWizard *Create(wxWindow *parent, int id = -1, const wxString& title = wxEmptyString,