X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b9da294fc100c0cf50a8e839eacfe01da81e1b6f..c559feea2ccebd8d831210eac9afbec5372aaead:/interface/collpane.h 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. */