]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention default constr
authorRobert Roebling <robert@roebling.de>
Tue, 15 Apr 2008 08:49:08 +0000 (08:49 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 15 Apr 2008 08:49:08 +0000 (08:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/collpane.h

index c60fdc0273ec2b0c57bbf111a78be4c0e03a29cc..aee05b57dcc2b4878a41903e886dcefa44a598bc 100644 (file)
@@ -101,6 +101,11 @@ public:
 class wxCollapsiblePane : public wxControl
 {
 public:
+    /**
+        Default constructor.
+    */
+    wxCollapsiblePane();
+    
     /**
         Initializes the object and calls Create() with all the parameters.
     */