From: Robert Roebling Date: Mon, 20 Mar 2006 16:41:41 +0000 (+0000) Subject: Compilation fixes. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9d14de69f4d94666e630a11457258b90fff2d0b3 Compilation fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/dataview.h b/include/wx/generic/dataview.h index 51390f679b..c7802da9e7 100644 --- a/include/wx/generic/dataview.h +++ b/include/wx/generic/dataview.h @@ -14,6 +14,7 @@ #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" +#include "wx/scrolwin.h" // --------------------------------------------------------- // classes @@ -76,7 +77,7 @@ class wxDataViewCustomCell: public wxDataViewCell { public: wxDataViewCustomCell( const wxString &varianttype = wxT("string"), - wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT ) + wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT ); ~wxDataViewCustomCell(); bool Init();