X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/594d5596eec6704cb801b64cd397f95fe5d29b14..e06b0afba5b1acf36241d33982d5d88cccefa2e8:/src/mac/carbon/dataview.cpp diff --git a/src/mac/carbon/dataview.cpp b/src/mac/carbon/dataview.cpp index b21daeba48..8cdb895a53 100644 --- a/src/mac/carbon/dataview.cpp +++ b/src/mac/carbon/dataview.cpp @@ -21,10 +21,12 @@ #include "wx/mac/carbon/databrow.h" #ifndef WX_PRECOMP - #include "wx/timer.h" + #include "wx/timer.h" + #include "wx/settings.h" + #include "wx/dcclient.h" + #include "wx/icon.h" #endif -#include "wx/icon.h" #include "wx/renderer.h" //----------------------------------------------------------------------------- @@ -517,17 +519,6 @@ wxDataViewTextRendererAttr::wxDataViewTextRendererAttr(wxString const& variantty IMPLEMENT_CLASS(wxDataViewTextRendererAttr,wxDataViewTextRenderer) -// --------------------------------------------------------- -// wxDataViewTextRendererAttr -// --------------------------------------------------------- - -wxDataViewTextRendererAttr::wxDataViewTextRendererAttr(wxString const& varianttype, wxDataViewCellMode mode, int align) - :wxDataViewTextRenderer(varianttype,mode,align) -{ -} - -IMPLEMENT_CLASS(wxDataViewTextRendererAttr,wxDataViewTextRenderer) - // --------------------------------------------------------- // wxDataViewBitmapRenderer // ---------------------------------------------------------