fix missing ;

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-08-21 15:50:27 +00:00
parent 8c6471af3c
commit 2148a2218a

View File

@@ -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.