From: Vadim Zeitlin Date: Mon, 26 Jan 2009 10:59:17 +0000 (+0000) Subject: document the correct base class X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/495bbbead66b2bd3be42b1a832ee2f981c12cbb0 document the correct base class git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/headerctrl.h b/interface/wx/headerctrl.h index f864bc3874..b12548fe67 100644 --- a/interface/wx/headerctrl.h +++ b/interface/wx/headerctrl.h @@ -126,7 +126,7 @@ @see wxGrid, wxListCtrl, wxDataViewCtrl */ -class wxHeaderCtrl +class wxHeaderCtrl : public wxControl { public: /**