From c559feea2ccebd8d831210eac9afbec5372aaead Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 15 Apr 2008 08:49:08 +0000 Subject: [PATCH] Mention default constr git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/collpane.h | 5 +++++ 1 file changed, 5 insertions(+) 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. */