]> git.saurik.com Git - wxWidgets.git/commitdiff
fix parent class and constant
authorRobin Dunn <robin@alldunn.com>
Fri, 14 Oct 2011 01:37:19 +0000 (01:37 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 14 Oct 2011 01:37:19 +0000 (01:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/headercol.h

index 53d426101735a8111dbbdbe782c3d7d290afe8dd..f3ff0796cfe008e9fc2b82a4ca597642dde39c60 100644 (file)
@@ -395,7 +395,7 @@ public:
     @library{wxcore}
     @category{ctrl}
  */
-class wxHeaderColumnSimple : public wxHeaderColumn
+class wxHeaderColumnSimple : public wxSettableHeaderColumn
 {
 public:
     //@{
@@ -411,7 +411,7 @@ public:
                          int flags = wxCOL_DEFAULT_FLAGS);
 
     wxHeaderColumnSimple(const wxBitmap &bitmap,
-                         int width = wxDVC_DEFAULT_WIDTH,
+                         int width = wxCOL_WIDTH_DEFAULT,
                          wxAlignment align = wxALIGN_CENTER,
                          int flags = wxCOL_DEFAULT_FLAGS);
     //@}