From: Robert Roebling Date: Tue, 15 Apr 2008 08:49:08 +0000 (+0000) Subject: Mention default constr X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c559feea2ccebd8d831210eac9afbec5372aaead Mention default constr git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/collpane.h b/interface/collpane.h index c60fdc0273..aee05b57dc 100644 --- a/interface/collpane.h +++ b/interface/collpane.h @@ -101,6 +101,11 @@ public: class wxCollapsiblePane : public wxControl { public: + /** + Default constructor. + */ + wxCollapsiblePane(); + /** Initializes the object and calls Create() with all the parameters. */