X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d3636405a26819eb00fb865e8dc4fefe37224d2..e4097f77c440b1f31a80fe273cc732c14d606096:/interface/wx/wizard.h diff --git a/interface/wx/wizard.h b/interface/wx/wizard.h index 986d5b1270..6ad183e372 100644 --- a/interface/wx/wizard.h +++ b/interface/wx/wizard.h @@ -2,7 +2,6 @@ // Name: wizard.h // Purpose: interface of wxWizardPage, wxWizardEvent, // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -248,6 +247,8 @@ public: @since 2.9.5 */ + wxWizardPageSimple& Chain(wxWizardPageSimple* next); + /** A convenience function to make the pages follow each other. Example: