build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-11-18 18:37:52 +00:00
parent b0006473eb
commit 910c0f44dc

View File

@@ -21,10 +21,12 @@
#include "wx/mac/carbon/databrow.h" #include "wx/mac/carbon/databrow.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/timer.h" #include "wx/timer.h"
#include "wx/settings.h"
#include "wx/dcclient.h"
#include "wx/icon.h"
#endif #endif
#include "wx/icon.h"
#include "wx/renderer.h" #include "wx/renderer.h"
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
@@ -517,17 +519,6 @@ wxDataViewTextRendererAttr::wxDataViewTextRendererAttr(wxString const& variantty
IMPLEMENT_CLASS(wxDataViewTextRendererAttr,wxDataViewTextRenderer) IMPLEMENT_CLASS(wxDataViewTextRendererAttr,wxDataViewTextRenderer)
// ---------------------------------------------------------
// wxDataViewTextRendererAttr
// ---------------------------------------------------------
wxDataViewTextRendererAttr::wxDataViewTextRendererAttr(wxString const& varianttype, wxDataViewCellMode mode, int align)
:wxDataViewTextRenderer(varianttype,mode,align)
{
}
IMPLEMENT_CLASS(wxDataViewTextRendererAttr,wxDataViewTextRenderer)
// --------------------------------------------------------- // ---------------------------------------------------------
// wxDataViewBitmapRenderer // wxDataViewBitmapRenderer
// --------------------------------------------------------- // ---------------------------------------------------------