From 910c0f44dc6dbb85c186614db70f920012f19b8f Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 18 Nov 2007 18:37:52 +0000 Subject: [PATCH] build fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dataview.cpp | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) 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 // --------------------------------------------------------- -- 2.47.2