From: Robin Dunn Date: Wed, 21 Aug 2013 15:50:27 +0000 (+0000) Subject: fix missing ; X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2148a2218a7ec212fb86a96bf759c36b915a5363 fix missing ; git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/wizard.h b/interface/wx/wizard.h index 0164c8cbae..6ad183e372 100644 --- a/interface/wx/wizard.h +++ b/interface/wx/wizard.h @@ -247,7 +247,7 @@ public: @since 2.9.5 */ - wxWizardPageSimple& Chain(wxWizardPageSimple* next) + wxWizardPageSimple& Chain(wxWizardPageSimple* next); /** A convenience function to make the pages follow each other.