From: Robin Dunn Date: Fri, 14 Oct 2011 01:37:19 +0000 (+0000) Subject: fix parent class and constant X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d554697139c4e47e8c06a24bbaf4a99f826b6c30 fix parent class and constant git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/headercol.h b/interface/wx/headercol.h index 53d4261017..f3ff0796cf 100644 --- a/interface/wx/headercol.h +++ b/interface/wx/headercol.h @@ -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); //@}